Skip to content

Commit

Permalink
chore: add dependanbot
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 10, 2024
1 parent 5d7bac8 commit 2bcc3ee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 20
commit-message:
prefix: "deps"
prefix-development: "deps(dev)"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: ci

0 comments on commit 2bcc3ee

Please sign in to comment.