mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 13:13:25 +08:00
⬆ Add npm and Docker package ecosystems to Dependabot configuration (#1535)
This commit is contained in:
parent
9f2c3d24a2
commit
83c65459d3
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@ -14,3 +14,17 @@ updates:
|
|||||||
interval: daily
|
interval: daily
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: ⬆
|
prefix: ⬆
|
||||||
|
# npm
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
commit-message:
|
||||||
|
prefix: ⬆
|
||||||
|
# Docker
|
||||||
|
- package-ecosystem: docker
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
commit-message:
|
||||||
|
prefix: ⬆
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user