From 5a8c0672580e82874eae93c6a023152d21ac8f07 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Sun, 20 Jun 2021 23:46:56 -0700 Subject: [PATCH] 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 --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) 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"