Move Dependabot config

This commit is contained in:
Oliver Davies 2020-08-20 22:31:36 +01:00
parent 5e267426fa
commit 0c70e752a7
2 changed files with 14 additions and 16 deletions

View file

@ -1,16 +0,0 @@
version: 1
update_configs:
- package_manager: php:composer
directory: /
update_schedule: weekly
default_reviewers:
- opdavies
version_requirement_updates: 'off'
- package_manager: javascript
directory: web/themes/custom/opdavies
update_schedule: weekly
default_reviewers:
- opdavies
version_requirement_updates: 'off'

14
.github/dependabot.yml vendored Normal file
View 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