From 805156abdf8cc7a0f2946d554db187c2ca03aeb7 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Thu, 6 Feb 2025 07:51:38 -0500 Subject: [PATCH] Add 0.20 dependabot config; remove 0.15 Signed-off-by: Tom Pantelis --- .github/dependabot.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3dc24d7f0..bf65964e2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: - "*" - package-ecosystem: github-actions directory: / - target-branch: release-0.15 + target-branch: release-0.16 schedule: interval: monthly groups: @@ -20,7 +20,7 @@ updates: - "*" - package-ecosystem: github-actions directory: / - target-branch: release-0.16 + target-branch: release-0.17 schedule: interval: monthly groups: @@ -29,7 +29,7 @@ updates: - "*" - package-ecosystem: github-actions directory: / - target-branch: release-0.17 + target-branch: release-0.18 schedule: interval: monthly groups: @@ -38,7 +38,16 @@ updates: - "*" - package-ecosystem: github-actions directory: / - target-branch: release-0.18 + target-branch: release-0.19 + schedule: + interval: monthly + groups: + github-actions: + patterns: + - "*" + - package-ecosystem: github-actions + directory: / + target-branch: release-0.20 schedule: interval: monthly groups: