From 50d17fad6e3644819be8934cf0ccc1750ca4deda Mon Sep 17 00:00:00 2001 From: William Tan <1284324+Ninja3047@users.noreply.github.com> Date: Fri, 28 Nov 2025 21:03:21 -0500 Subject: [PATCH 1/3] group dependabot updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f90af4b..536ec29 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,10 @@ updates: default-days: 7 directories: - "/" + groups: + actions: + patterns: + - "*" schedule: interval: daily @@ -18,5 +22,9 @@ updates: default-days: 7 directories: - "{{cookiecutter.project_slug}}/.github/workflows" + groups: + actions: + patterns: + - "*" schedule: interval: daily From 01a243201bcc0523a01422912cddc344305e7abd Mon Sep 17 00:00:00 2001 From: William Tan <1284324+Ninja3047@users.noreply.github.com> Date: Fri, 28 Nov 2025 21:06:58 -0500 Subject: [PATCH 2/3] attempt to merge dependabot to further reduce PR load --- .github/dependabot.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 536ec29..8e926bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,17 +10,6 @@ updates: default-days: 7 directories: - "/" - groups: - actions: - patterns: - - "*" - schedule: - interval: daily - - - package-ecosystem: github-actions - cooldown: - default-days: 7 - directories: - "{{cookiecutter.project_slug}}/.github/workflows" groups: actions: From bae23a90a6e89f28add58526836fa8906d8dd670 Mon Sep 17 00:00:00 2001 From: Ninja3047 <1284324+Ninja3047@users.noreply.github.com> Date: Wed, 3 Dec 2025 00:07:18 -0500 Subject: [PATCH 3/3] fix yaml indentation --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8e926bc..abd89bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,8 @@ updates: cooldown: default-days: 7 directories: - - "/" - - "{{cookiecutter.project_slug}}/.github/workflows" + - "/" + - "{{cookiecutter.project_slug}}/.github/workflows" groups: actions: patterns: