Skip to content

Commit

Permalink
Add dependabot (#826)
Browse files Browse the repository at this point in the history
It has a low limit on how many PRs it's allowed to open at a time, so it
should not flood the repo.
  • Loading branch information
birkskyum authored Dec 17, 2023
1 parent 18f45e9 commit 0c46aff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 2
versioning-strategy: increase
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 2
versioning-strategy: increase

0 comments on commit 0c46aff

Please sign in to comment.