Skip to content

Commit

Permalink
chore: add dependabots groups (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Mar 21, 2024
1 parent 971251d commit 3d15232
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: npm
directory: /
versioning-strategy: widen
schedule:
interval: daily
interval: weekly
groups:
dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

0 comments on commit 3d15232

Please sign in to comment.