Skip to content

Commit

Permalink
Merge pull request #62 from arkedge/use-renovate-sharable-config-presets
Browse files Browse the repository at this point in the history
Use arkedge/renovate-config
  • Loading branch information
sksat authored Feb 28, 2024
2 parents 96f3015 + 3a9ccd4 commit 63d4dba
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"regexManagers": [
{
"fileMatch": ["^rust-toolchain(\\.toml)?$"],
"matchStrings": [
"channel\\s*=\\s*\"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
],
"depNameTemplate": "rust",
"lookupNameTemplate": "rust-lang/rust",
"datasourceTemplate": "github-releases"
}
]
"extends": ["github>arkedge/renovate-config"]
}

0 comments on commit 63d4dba

Please sign in to comment.