Skip to content

Commit

Permalink
Rust本体のバージョン更新にRenovateを利用する (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Aug 27, 2023
1 parent f0e9870 commit dcafe32
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/update_rust_toolchain.yml

This file was deleted.

23 changes: 23 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"timezone": "Asia/Tokyo",
"schedule": [
"before 1am"
],
"regexManagers": [
{
"fileMatch": [
"^rust-toolchain$"
],
"matchStrings": [
"(?<currentValue>\\d+\\.\\d+\\.\\d+)"
],
"depNameTemplate": "Rust",
"lookupNameTemplate": "rust-lang/rust",
"datasourceTemplate": "github-releases"
}
]
}

0 comments on commit dcafe32

Please sign in to comment.