From f5fe8d83a277bad270f51e832c03a41107ac8a8c Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Fri, 11 Jul 2025 09:09:41 -0400 Subject: [PATCH] Add dependabot config for the release_0.21 branch Signed-off-by: Tom Pantelis --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b06cf8..077e34a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -45,3 +45,12 @@ updates: github-actions: patterns: - "*" + - package-ecosystem: github-actions + directory: '/' + target-branch: "release-0.21" + schedule: + interval: monthly + groups: + github-actions: + patterns: + - "*"