Skip to content

Commit

Permalink
chore: using dependabot groups (#58)
Browse files Browse the repository at this point in the history
* chore: using dependabot groups

* chore: using dependabot groups
  • Loading branch information
fabnguess committed Mar 18, 2024
1 parent 5f45f35 commit 6204d3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ updates:
versioning-strategy: widen
schedule:
interval: "weekly"
groups:
development-dependencies:
dependency-type: "development"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"

0 comments on commit 6204d3f

Please sign in to comment.