From 47d6960a73183ed51d3ab2e236d56cbae564b32e Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 8 Nov 2022 08:24:14 -0600 Subject: [PATCH] Add dependabot (#200) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f10a5bc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + # Set update schedule for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "weekly"