Skip to content

Commit

Permalink
Merge pull request #19 from JHWelch/update-dependabot
Browse files Browse the repository at this point in the history
Update dependabot
  • Loading branch information
JHWelch authored Oct 20, 2024
2 parents ea5fb9f + b745a59 commit 616e358
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,25 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

---
version: 2
updates:
- package-ecosystem: "npm"
directory: "packages"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
review:
enabled: true
pull-request:
enabled: true
interval: weekly
groups:
actions-dependencies:
patterns:
- "*"

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

0 comments on commit 616e358

Please sign in to comment.