From 06d8e689d59f6cb9f6c095025f61205a483c6e8b Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Thu, 18 Apr 2024 09:52:24 -0700 Subject: [PATCH] Add dependabot rules Signed-off-by: Christopher Desiniotis --- .github/dependabot.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..90302de --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,24 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gomod" + target-branch: main + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + labels: + - dependencies + groups: + k8sio: + patterns: + - k8s.io/* + exclude-patterns: + - k8s.io/klog/* + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"