Commit 5a8c0672 authored by Yong Tang's avatar Yong Tang Committed by GitHub

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: default avatarYong Tang <yong.tang.github@outlook.com>
parent a1aafbf4
......@@ -5,3 +5,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment