Skip to content

Commit

Permalink
Grouping dependabot PRs, add actions ecosystem (#21)
Browse files Browse the repository at this point in the history
* Grouping dependabot PRs, add actions ecosystem

* Update .github/dependabot.yml

Co-authored-by: Björn Ricks <[email protected]>

---------

Co-authored-by: Björn Ricks <[email protected]>
  • Loading branch information
y0urself and bjoernricks authored Sep 26, 2023
1 parent 73a0dad commit fcc3ce1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "Deps"
groups:
actions:
patterns:
- "*"

0 comments on commit fcc3ce1

Please sign in to comment.