Skip to content

Commit

Permalink
Group dependabot updates by ecosystem (#144)
Browse files Browse the repository at this point in the history
* Group depedabot updates by ecosystem

* Standardise commit message
  • Loading branch information
AlCutter authored Oct 9, 2023
1 parent fb992e1 commit c4c6eb3
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,23 @@ version: 2
updates:
- package-ecosystem: gomod
directory: "/"
groups:
all-go-deps:
patterns:
- "*"
schedule:
interval: daily
commit-message:
prefix: ":seedling:"
prefix: ":seedling:"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
groups:
all-gha-deps:
patterns:
- "*"
schedule:
interval: "daily"
interval: "daily"
commit-message:
prefix: ":seedling:"
prefix: ":seedling:"
include: "scope"

0 comments on commit c4c6eb3

Please sign in to comment.