Browse Source

⬆ Add npm and Docker package ecosystems to Dependabot configuration (#1535)

pull/13907/head
Alejandra 4 months ago
committed by GitHub
parent
commit
83c65459d3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 14
      .github/dependabot.yml

14
.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:

Loading…
Cancel
Save