From 52c4d3fca9e91a7ffef1c518ec26febee5760a5d Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Thu, 12 Feb 2026 08:27:30 -0500 Subject: [PATCH] Add dependabot config for release-0.23 and remove release-0.17 Signed-off-by: Tom Pantelis --- .github/dependabot.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c45e7f..3a4abd4 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.17" - schedule: - interval: monthly - groups: - github-actions: - patterns: - - "*" - package-ecosystem: github-actions directory: '/' target-branch: "release-0.18" @@ -63,3 +54,12 @@ updates: github-actions: patterns: - "*" + - package-ecosystem: github-actions + directory: '/' + target-branch: "release-0.23" + schedule: + interval: monthly + groups: + github-actions: + patterns: + - "*"