Skip to content

Commit

Permalink
chore: group dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Jun 19, 2024
1 parent 5c9a087 commit dec4466
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 dec4466

Please sign in to comment.