Enable dependabot scan on github actions (#4704)

Since we are using GitHub Actions in CoreDNS repo and we are already
using Dependabot for security/version scans on golang code,
it makes sense to enable security/version scans on GitHub Actions as well.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2021-06-20 23:46:56 -07:00 committed by GitHub
parent a1aafbf405
commit 5a8c067258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,3 +5,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"