Add dependabot configuration
This commit is contained in:
parent
6e15174549
commit
ad7115b3eb
1 changed files with 11 additions and 0 deletions
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: '06:00'
|
||||
timezone: Europe/Paris
|
||||
open-pull-requests-limit: 1
|
||||
labels:
|
||||
- dependabot
|
Reference in a new issue