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 c55fad5 commit ebea09fCopy full SHA for ebea09f
1 file changed
.github/renovate.json5
@@ -9,6 +9,13 @@
9
"dependencyDashboard": true,
10
// Require manual approval from the Dependency Dashboard before opening PRs
11
"dependencyDashboardApproval": true,
12
+ "packageRules": [
13
+ {
14
+ // No dashboard approval necessary for GitHub Actions updates
15
+ "matchManagers": ["github-actions"],
16
+ "dependencyDashboardApproval": false
17
+ }
18
+ ],
19
// Don't manage dependencies inside subtrees. They are updated upstream and
20
// synced in. See `src/doc/rustc-dev-guide/src/external-repos.md` for the list.
21
"ignorePaths": [
0 commit comments