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:
parent
732782ce3a
commit
4825762229
@ -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
14
.github/dependabot.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user