From 3017d2e9bad985fa63fb5e020e46704ab7264606 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Thu, 25 Apr 2024 16:54:28 +0200 Subject: [PATCH] Dependabot: Add proper dependabot config file Signed-off-by: Carlos Eduardo Arango Gutierrez --- .github/dependabot.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..b8dc03ae07 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,27 @@ +# 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: master + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + labels: + - dependencies + - ok-to-test + groups: + k8sio: + patterns: + - k8s.io/* + + - package-ecosystem: "github-actions" + target-branch: master + directory: "/" + schedule: + interval: "daily" + labels: + - dependencies + - ok-to-test