aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2021-06-20 23:46:56 -0700
committerGravatar GitHub <noreply@github.com> 2021-06-21 08:46:56 +0200
commit5a8c0672580e82874eae93c6a023152d21ac8f07 (patch)
tree771153c2829d7a3f8d71fba1e2458afbddfc4793
parenta1aafbf40527ee3276ea0f206ac6ac60f9062f15 (diff)
downloadcoredns-5a8c0672580e82874eae93c6a023152d21ac8f07.tar.gz
coredns-5a8c0672580e82874eae93c6a023152d21ac8f07.tar.zst
coredns-5a8c0672580e82874eae93c6a023152d21ac8f07.zip
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>
-rw-r--r--.github/dependabot.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index efba123cd..69c884aee 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,3 +5,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"