From 878f43e5d3c4f09a9459a6f39174621aa4804b57 Mon Sep 17 00:00:00 2001 From: Jesse Haka Date: Wed, 19 Feb 2025 18:14:28 +0200 Subject: [PATCH] add dependabot (#2774) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add dependabot * Update .github/dependabot.yml Co-authored-by: pýrus * add daily schedule * update github-actions interval --------- Co-authored-by: pýrus --- .github/dependabot.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..ace8f42e3e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,35 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + groups: + k8s.io: + patterns: + - "k8s.io/*" + open-pull-requests-limit: 10 + schedule: + interval: "daily" + - package-ecosystem: "gomod" + directory: "/" + groups: + k8s.io: + patterns: + - "k8s.io/*" + open-pull-requests-limit: 10 + schedule: + interval: "daily" + target-branch: release-1.31 + - package-ecosystem: "gomod" + directory: "/" + groups: + k8s.io: + patterns: + - "k8s.io/*" + open-pull-requests-limit: 10 + schedule: + interval: "daily" + target-branch: release-1.30