Skip to content

Commit

Permalink
Grouping dependabot PRs, add actions ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Sep 26, 2023
1 parent 73a0dad commit a2ffe75
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
groups:
python-packages:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "Deps"
groups:
actions:
patterns:
- "*"

0 comments on commit a2ffe75

Please sign in to comment.