Skip to content

Commit

Permalink
introduce dependabot group updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-ayf committed Sep 1, 2024
1 parent 6cbfedb commit 8ef34db
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
groups:
minor-patch:
update-types: ["minor", "patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
groups:
minor-patch:
update-types: ["major", "minor", "patch"]

0 comments on commit 8ef34db

Please sign in to comment.