Skip to content

Commit

Permalink
Added groups to dependabot (#69)
Browse files Browse the repository at this point in the history
* Added groups

* Update dependabot.yml
  • Loading branch information
Dankoy authored Feb 5, 2024
1 parent fa12016 commit 8a79593
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,20 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
minor-patch-group:
update-types:
- "minor"
- "patch"
# target-branch: "dependencies"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
minor-patch-group:
update-types:
- "minor"
- "patch"

0 comments on commit 8a79593

Please sign in to comment.