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

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:
- "*"