From 872f54b5e02d03ef3375317083efd03a435ef85e Mon Sep 17 00:00:00 2001 From: "stacklok-cloud[bot]" <165083860+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 13:47:05 +0000 Subject: [PATCH 1/2] Add Dependabot configuration for github-actions --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5555a11..1705d1b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,7 @@ -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - version: 2 updates: - - package-ecosystem: "pip" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10 From 5b65d5ca444eeb891946291db39f711f1130c907 Mon Sep 17 00:00:00 2001 From: Katie Mulliken Date: Thu, 27 Feb 2025 08:54:16 -0500 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1705d1b..812df2d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "daily" + open-pull-requests-limit: 10 + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" open-pull-requests-limit: 10