Skip to content

Commit

Permalink
chore: add auto rust-toolchain.toml version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Apr 13, 2024
1 parent 063b281 commit 003c296
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,27 @@
"crates/oxc_linter/fixtures/**"
],
"assignees": ["@Boshen"],
"regexManagers": [
{
"fileMatch": ["^rust-toolchain\\.toml?$"],
"matchStrings": [
"channel\\s*=\\s*\"(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)\""
],
"depNameTemplate": "rust",
"lookupNameTemplate": "rust-lang/rust",
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"]
},
{
"groupName": "rust toolchain",
"matchManagers": ["regex"],
"matchPackageNames": ["rust"]
},
{
"groupName": "rust crates",
"matchManagers": ["cargo"],
Expand Down

0 comments on commit 003c296

Please sign in to comment.