From 1ba50d5028799254b148b9a1e273bd1162b40bd8 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Tue, 17 May 2022 16:26:48 -0400 Subject: [PATCH] Use Dependabot to update GHAs on release-0.12 Add Dependabot configuration to automatically update GitHub Actions on the release-0.12 branch. This will facilitate quick updates while using SHA-based versions. Signed-off-by: Daniel Farrell --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 12b8549..e5a2951 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: directory: '/' schedule: interval: daily + - package-ecosystem: github-actions + directory: '/' + target-branch: "release-0.12" + schedule: + interval: daily