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 <dfarrell@redhat.com>
This commit is contained in:
Daniel Farrell
2022-05-18 09:45:07 +02:00
committed by Stephen Kitt
parent 440cb58639
commit 1ba50d5028
+5
View File
@@ -5,3 +5,8 @@ updates:
directory: '/'
schedule:
interval: daily
- package-ecosystem: github-actions
directory: '/'
target-branch: "release-0.12"
schedule:
interval: daily