From a957f1f05719de590a08ca70c4f04cfd6764bd18 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Thu, 6 Feb 2025 07:53:16 -0500 Subject: [PATCH] Add 0.20 dependabot config; remove 0.15 Signed-off-by: Tom Pantelis --- .github/dependabot.yml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4cd8e14..eef2bc2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,15 +9,6 @@ updates: github-actions: patterns: - "*" - - package-ecosystem: github-actions - directory: '/' - target-branch: "release-0.15" - schedule: - interval: monthly - groups: - github-actions: - patterns: - - "*" - package-ecosystem: github-actions directory: '/' target-branch: "release-0.16" @@ -45,3 +36,21 @@ updates: github-actions: patterns: - "*" + - package-ecosystem: github-actions + directory: '/' + 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: + github-actions: + patterns: + - "*"