Enable dependabot for both GH actions and Go (#119)

With the changes done in #118 we want to enable automatic workflow
version updates.
This commit is contained in:
Philip Laine
2026-03-10 21:32:51 +01:00
committed by GitHub
parent ade9a53045
commit c94d6197b8
+17
View File
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 15
- package-ecosystem: "gomod"
directories:
- "/"
schedule:
interval: "daily"
open-pull-requests-limit: 15
groups:
k8s:
patterns:
- "k8s.io/*"