From 561bf2d2b878e4a4f62ffe0c854a13204b4ba6fb Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Tue, 18 Jun 2024 14:20:19 -0400 Subject: [PATCH] Add dependabot config for release-0.18 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 7c72e82..7d19a06 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.18" + schedule: + interval: monthly + groups: + github-actions: + patterns: + - "*"