Skip to content

Commit

Permalink
[renovate] use global post-upgrade config
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Oct 1, 2023
1 parent 418ea18 commit a08cca2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"extends": ["github>nextest-rs/renovate"],
"packageRules": [
{
"matchManagers": ["cargo"],
"postUpgradeTasks": {
"commands": ["scripts/renovate-post-upgrade.sh"]
}
}
"extends": [
"github>nextest-rs/renovate",
"github>nextest-rs/renovate:post-upgrade"
]
}

0 comments on commit a08cca2

Please sign in to comment.