Skip to content

Commit ebea09f

Browse files
committed
renovate: Skip dashboard approval for GitHub Actions updates
1 parent c55fad5 commit ebea09f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"dependencyDashboard": true,
1010
// Require manual approval from the Dependency Dashboard before opening PRs
1111
"dependencyDashboardApproval": true,
12+
"packageRules": [
13+
{
14+
// No dashboard approval necessary for GitHub Actions updates
15+
"matchManagers": ["github-actions"],
16+
"dependencyDashboardApproval": false
17+
}
18+
],
1219
// Don't manage dependencies inside subtrees. They are updated upstream and
1320
// synced in. See `src/doc/rustc-dev-guide/src/external-repos.md` for the list.
1421
"ignorePaths": [

0 commit comments

Comments
 (0)