From 35d3fa9ee39e6504c703dbf553e53d0cf54e2f62 Mon Sep 17 00:00:00 2001 From: Frank Dana Date: Sat, 26 Dec 2020 06:24:11 -0500 Subject: [PATCH] Add Dependabot checking for Actions (#606) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f2333859 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"