From 2afb92b1b52aefeeddab5e86d23e443ffa099eef Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Tue, 2 Dec 2025 08:11:41 -0500 Subject: [PATCH] Configure dependabot github-actions for release-0.22 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 077e34a..1c45e7f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -54,3 +54,12 @@ updates: github-actions: patterns: - "*" + - package-ecosystem: github-actions + directory: '/' + target-branch: "release-0.22" + schedule: + interval: monthly + groups: + github-actions: + patterns: + - "*"