We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf70ac commit c064cc5Copy full SHA for c064cc5
renovate.json
@@ -3,6 +3,15 @@
3
"extends": [
4
"github>the-guild-org/shared-config:renovate",
5
":preserveSemverRanges",
6
- "github>Turbo87/renovate-config"
+ "github>Turbo87/renovate-config//rust/updateToolchain"
7
+ ],
8
+ "packageRules": [
9
+ {
10
+ "description": "Auto-merge GitHub Actions digest updates",
11
+ "matchUpdateTypes": ["digest"],
12
+ "matchManagers": ["github-actions"],
13
+ "automerge": true,
14
+ "automergeType": "pr"
15
+ }
16
]
17
}
0 commit comments