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-166
  • Loading branch information
jesse-c committed Sep 17, 2024
1 parent e33d95e commit 337b725
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 337b725

Please sign in to comment.