From da5b82cdc25a763a8511f95fd8bee317d6f438ba Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 16 Jan 2025 21:44:47 +0000 Subject: [PATCH] Clean up dependabot config (#2702) --- .github/dependabot.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a437a5c269..469b6a4d19 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,7 @@ --- version: 2 updates: - # Updates for v3 branch (the default branch) - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" - groups: - actions: - patterns: - - "*" + # Updates for main - package-ecosystem: "github-actions" directory: "/" schedule: @@ -19,19 +11,19 @@ updates: patterns: - "*" - # Same updates, but for main branch + # Updates for support/v2 branch - package-ecosystem: "pip" directory: "/" - target-branch: "main" + target-branch: "support/v2" schedule: - interval: "daily" + interval: "weekly" groups: requirements: patterns: - "*" - package-ecosystem: "github-actions" directory: "/" - target-branch: "main" + target-branch: "support/v2" schedule: interval: "weekly" groups: