Browse Source
⬆ Add npm and Docker package ecosystems to Dependabot configuration (#1535)
pull/13907/head
Alejandra
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
14 additions and
0 deletions
-
.github/dependabot.yml
|
|
@ -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: ⬆ |
|
|
|