build: Let dependabot suggest updates to GitHub actions (#8490)

Configure Dependabot to update GitHub Actions in workflows.
This commit is contained in:
Jauder Ho 2022-08-09 03:30:38 -07:00 committed by Jakob Borg
parent ecdb970468
commit d2f132f37f
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
version: 2
updates:
- package-ecosystem: gomod
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: weekly