From af33ab8add178d5f585e4f8f8b8403f1a993923c Mon Sep 17 00:00:00 2001 From: Madhavan Sridharan Date: Fri, 30 Aug 2024 09:18:11 -0400 Subject: [PATCH] add dependabot to auto-check action upgrades --- .github/workflows/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..60bcd786 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,8 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"