Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Aug 3, 2021
1 parent 418964f commit 4f6ea2f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "00:00"
commit-message:
prefix: ""
prefix-development: "dev"
include: "scope"
labels:
- "dependencies"
open-pull-requests-limit: 10
pull-request-branch-name:
separator: "-"
rebase-strategy: "auto"

0 comments on commit 4f6ea2f

Please sign in to comment.