Skip to content

Commit

Permalink
refactor(dependabot): Group all ecosystems
Browse files Browse the repository at this point in the history
I've added a prefix too [1], so we can have nicer release notes.

This uses the same naive grouping approach as in other repositories [2].

FIXES PLA-168

[1] https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message
[2] https://github.com/climatepolicyradar/navigator-data-pipeline/pull/224/files
  • Loading branch information
jesse-c committed Sep 17, 2024
1 parent 875e548 commit fac02ba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
version: 2
updates:
- package-ecosystem: pip
commit-message:
prefix: feat
include: scope
groups:
all:
applies-to: version-updates
patterns:
- "*"
directory: /
schedule:
interval: weekly
Expand All @@ -12,6 +20,14 @@ updates:
patterns:
- "*"
- package-ecosystem: github-actions
commit-message:
prefix: feat
include: scope
groups:
all:
applies-to: version-updates
patterns:
- "*"
directory: /
schedule:
interval: weekly
Expand Down

0 comments on commit fac02ba

Please sign in to comment.