mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
chore: add dependabot config
This commit is contained in:
parent
58c9f99bc5
commit
64d03e6107
22
.dependabot/config.yml
Normal file
22
.dependabot/config.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
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'
|
Loading…
x
Reference in New Issue
Block a user