Skip to content

Commit

Permalink
Have dependabot keep our dependencies up to date.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin authored Feb 8, 2024
1 parent e9503c2 commit 85a013f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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: "/"
schedule:
interval: "weekly"
versioning-strategy: increase
groups:
minor-updates:
patterns: ["*"]
update-types: [patch, minor]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions-org:
patterns: ["actions/*"]

0 comments on commit 85a013f

Please sign in to comment.