mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
⬆ Add npm and Docker package ecosystems to Dependabot configuration (#1535)
This commit is contained in:
@@ -14,3 +14,17 @@ updates:
|
||||
interval: daily
|
||||
commit-message:
|
||||
prefix: ⬆
|
||||
# npm
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
commit-message:
|
||||
prefix: ⬆
|
||||
# Docker
|
||||
- package-ecosystem: docker
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
commit-message:
|
||||
prefix: ⬆
|
||||
|
||||
Reference in New Issue
Block a user