Create dependabot.yml

This commit is contained in:
David Gamero 2024-09-03 13:54:48 -04:00 committed by GitHub
parent 2a0a121944
commit 8c6b38b357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "npm"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/template/workflows/helm/.github/workflows"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"