mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
chore: add dependabot yml
This commit is contained in:
parent
1ad043aff9
commit
b9b4fe12bb
1 changed files with 29 additions and 0 deletions
29
.dependabot/config.yml
Normal file
29
.dependabot/config.yml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
version: 1
|
||||||
|
|
||||||
|
update_configs:
|
||||||
|
- package_manager: javascript
|
||||||
|
directory: /UI
|
||||||
|
update_schedule: live
|
||||||
|
target_branch: master
|
||||||
|
automerged_updates:
|
||||||
|
- match:
|
||||||
|
dependency_type: "all"
|
||||||
|
update_type: "semver:minor"
|
||||||
|
|
||||||
|
- package_manager: javascript
|
||||||
|
directory: /Server
|
||||||
|
update_schedule: live
|
||||||
|
target_branch: master
|
||||||
|
automerged_updates:
|
||||||
|
- match:
|
||||||
|
dependency_type: "all"
|
||||||
|
update_type: "semver:minor"
|
||||||
|
|
||||||
|
- package_manager: docker
|
||||||
|
directory: /
|
||||||
|
update_schedule: daily
|
||||||
|
target_branch: master
|
||||||
|
automerged_updates:
|
||||||
|
- match:
|
||||||
|
dependency_type: "all"
|
||||||
|
update_type: "semver:minor"
|
Loading…
Add table
Reference in a new issue