From 01802c1a7f10351ef14842722ed32d57d14afb0b Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Tue, 30 Sep 2025 16:03:22 +0200 Subject: [PATCH] Add dependabot Signed-off-by: Per Goncalves da Silva --- .github/dependabot.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..48680d1 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: ":seedling:" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: ":seedling:" + groups: + k8s-dependencies: + patterns: + - "k8s.io/*" + - "sigs.k8s.io/*"