1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00

Update Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2020-06-23 02:06:56 +00:00 committed by Üetch
parent 732782ce3a
commit 4825762229
2 changed files with 14 additions and 22 deletions

View File

@ -1,22 +0,0 @@
version: 1
update_configs:
- package_manager: 'javascript'
directory: '/api'
update_schedule: 'weekly'
automerged_updates:
- match:
dependency_type: 'development'
update_type: 'all'
- match:
dependency_type: 'production'
update_type: 'semver:minor'
- package_manager: 'javascript'
directory: '/web'
update_schedule: 'weekly'
automerged_updates:
- match:
dependency_type: 'development'
update_type: 'all'
- match:
dependency_type: 'production'
update_type: 'semver:minor'

14
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/api"
schedule:
interval: weekly
time: "20:00"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/web"
schedule:
interval: weekly
time: "20:00"
open-pull-requests-limit: 10