From 5cb58960c6baf8177217220c267f9e650ecec3c3 Mon Sep 17 00:00:00 2001 From: Alex Verrico Date: Sun, 30 Aug 2026 11:49:13 +1000 Subject: [PATCH 1/2] dependabot multi-ecosystem group --- .github/dependabot.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed6717e..5e5c436 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,20 +1,21 @@ - version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" + +multi-ecosystem-groups: + dependencies: schedule: # Check for updates on the first Sunday of every month, 8PM UTC interval: "cron" cronjob: "0 20 * * sun#1" + +updates: + - package-ecosystem: "github-actions" + directory: "/" + multi-ecosystem-group: "dependencies" cooldown: default-days: 7 - package-ecosystem: "pre-commit" directory: "/" - schedule: - # Check for updates on the first Sunday of every month, 8PM UTC - interval: "cron" - cronjob: "0 20 * * sun#1" + multi-ecosystem-group: "dependencies" cooldown: default-days: 7 From 1b5bea6d45b54a9633bd2c3f745c8963abf77ddc Mon Sep 17 00:00:00 2001 From: Alex Verrico Date: Sun, 30 Aug 2026 12:23:18 +1000 Subject: [PATCH 2/2] Fix dependabot.yml issue --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e5c436..bc1f7a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,12 +10,14 @@ multi-ecosystem-groups: updates: - package-ecosystem: "github-actions" directory: "/" + patterns: ["*"] multi-ecosystem-group: "dependencies" cooldown: default-days: 7 - package-ecosystem: "pre-commit" directory: "/" + patterns: ["*"] multi-ecosystem-group: "dependencies" cooldown: default-days: 7