Skip to content

Commit 8a793a0

Browse files
committed
Group Python Dependabot PRs too
To reduce the amount of PR rebasing that has to occur each month when we update the Python package manager versions, given that they need CHANGELOG.md entries each, which otherwise cause conflicts. See: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#groups-- GUS-W-22400243.
1 parent 518cf78 commit 8a793a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ updates:
3333
labels:
3434
- "dependencies"
3535
- "python"
36+
groups:
37+
# We don't limit grouping for Python to just minor/patch versions, since pip doesn't follow
38+
# semver, plus having to update CHANGELOG.md means it's easier to just have a single PR.
39+
python-dependencies:

0 commit comments

Comments
 (0)