Allow Dependabot to update GitHub Actions

This commit is contained in:
Chris Hennick 2023-05-02 18:31:07 -07:00
parent 17f059a1bc
commit 1f70c80eb1
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -1,7 +1,11 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"