Skip to content

Commit 73c5dbb

Browse files
committed
chore: group GitHub-maintained actions (actions/*, github/*) in renovate
Reduces Renovate PR noise by grouping updates to GitHub Actions that are maintained by GitHub/Microsoft. Third-party actions stay ungrouped so their update cadence and review context remain independent.
1 parent 170647b commit 73c5dbb

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,17 @@
6161
"com.helger{/,}**"
6262
]
6363
},
64+
{
65+
"groupName": "github official actions",
66+
"description": "actions/* and github/* are maintained by GitHub/Microsoft and can be updated together",
67+
"matchManagers": [
68+
"github-actions"
69+
],
70+
"matchPackageNames": [
71+
"actions/**",
72+
"github/**"
73+
]
74+
},
6475
{
6576
"groupName": "io.burt",
6677
"matchPackageNames": [

0 commit comments

Comments
 (0)