Skip to content

Commit

Permalink
chore: use shared renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 7, 2024
1 parent fa9c7b1 commit 7d6c9b7
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/renovate.json
@@ -1,33 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": ["@Boshen"],
"automerge": true,
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^rust-toolchain\\.toml?$"],
"matchStrings": [
"channel\\s*=\\s*\"(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)\""
],
"depNameTemplate": "rust",
"lookupNameTemplate": "rust-lang/rust",
"datasourceTemplate": "github-releases"
}
],
"extends": ["github>Boshen/renovate"],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"]
},
{
"groupName": "rust crates",
"matchManagers": ["cargo"]
},
{
"groupName": "rust toolchain",
"matchManagers": ["regex"],
"matchDepNames": ["rust"]
}

]
}

0 comments on commit 7d6c9b7

Please sign in to comment.