Move Dependabot config
This commit is contained in:
parent
5e267426fa
commit
0c70e752a7
2 changed files with 14 additions and 16 deletions
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
version: 2
|
||||
|
||||
updates:
|
||||
- package-ecosystem: composer
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
versioning-strategy: increase-if-necessary
|
||||
|
||||
- package-ecosystem: npm
|
||||
directory: web/themes/custom/opdavies
|
||||
schedule:
|
||||
interval: weekly
|
||||
versioning-strategy: increase-if-necessary
|
Loading…
Add table
Add a link
Reference in a new issue