Skip to content

Commit

Permalink
refactor(dependabot): Group all ecosystems (#29)
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-173

[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 authored Sep 17, 2024
1 parent f914500 commit 716f2fa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 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: monthly
Expand All @@ -9,6 +17,14 @@ updates:
reviewers:
- climatepolicyradar/deng
- package-ecosystem: github-actions
commit-message:
prefix: feat
include: scope
groups:
all:
applies-to: version-updates
patterns:
- "*"
directory: /
schedule:
interval: monthly
Expand All @@ -17,6 +33,14 @@ updates:
reviewers:
- climatepolicyradar/deng
- package-ecosystem: pip
commit-message:
prefix: feat
include: scope
groups:
all:
applies-to: version-updates
patterns:
- "*"
directory: /
schedule:
interval: daily
Expand Down

0 comments on commit 716f2fa

Please sign in to comment.