From 31817b09222123d2d4a3ff6f796a0511b78cedd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20L=C3=B3pez?= <1953782+julio-lopez@users.noreply.github.com> Date: Sun, 6 Oct 2024 10:32:52 -0700 Subject: [PATCH] deps(gha): move GH Actions dependency upgrades to monthly freq (#305) --- .github/dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b22471f..59ccdc3 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -10,14 +10,14 @@ updates: # starting with kanister and go through additional validation. - dependency-name: "k8s.io/*" - dependency-name: "sigs.k8s.io/*" - open-pull-requests-limit: 2 + open-pull-requests-limit: 5 schedule: interval: daily - package-ecosystem: github-actions directory: "/" open-pull-requests-limit: 3 schedule: - interval: weekly + interval: monthly groups: github-actions: patterns: