Skip to content

Commit

Permalink
Group GitHub Actions dependency updates (#1377)
Browse files Browse the repository at this point in the history
Updates to GitHub Actions plugins tend to come in waves, e.g., when a bunch of
plugins are updated to a newer Node.js version. Make Renovate group the updates
together into single PRs to reduce clutter in git history.
  • Loading branch information
sgrimm authored Sep 21, 2023
1 parent 96de915 commit 85d3165
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"matchPackagePatterns": ["spring"],
"groupName": "Spring dependencies"
},
{
"description": "Group GitHub Actions dependencies",
"matchPaths": [".github/workflows/*.yml", ".github/workflows/*.yaml"],
"groupName": "GitHub Actions"
},
],
"prCreation": "not-pending",
"stabilityDays": 3
Expand Down

0 comments on commit 85d3165

Please sign in to comment.