From 350c00ab62c75ea37976348be91876d132df66bf Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 8 Jul 2025 08:49:19 -0700 Subject: [PATCH 1/2] Create/Update dependabot.yaml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 858141431..f10a228f2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' From d77d3fd22ded77e7157d29aea0ba0558f556874a Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 8 Jul 2025 08:50:51 -0700 Subject: [PATCH 2/2] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f10a228f2..d43dcee74 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: directory: "/" schedule: interval: "weekly" - - package-ecosystem: 'github-actions' - directory: '/' + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: 'weekly' + interval: "weekly"