Skip to content

Commit

Permalink
ci: add dependabot config (#248)
Browse files Browse the repository at this point in the history
* ci: add dependabot config

* add label
  • Loading branch information
alexplischke authored Feb 21, 2024
1 parent 5c4861d commit f51caf6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
commit-message:
prefix: 'deps: '
schedule:
interval: weekly
# Disable version updates. We only want security.
open-pull-requests-limit: 0
labels:
- dependencies

0 comments on commit f51caf6

Please sign in to comment.