github: configure dependabot

Configure GH's dependabot to file pull requests automatically that
updates our GitHub actions.
This commit is contained in:
Wael M. Nasreddine 2020-12-24 10:13:26 -08:00 committed by Robert Helgesson
parent ca7fd5a643
commit bcbf09a202
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 17 additions and 0 deletions

17
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "master"
schedule:
interval: "weekly"
commit-message:
prefix: "ci:"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "release-20.09"
schedule:
interval: "weekly"
commit-message:
prefix: "ci:"