From d3d76d6ac227e5ef1829c4e2da194f055e98ce43 Mon Sep 17 00:00:00 2001 From: John Losito Date: Mon, 19 Dec 2022 16:57:56 -0500 Subject: ci: Check for github action updates monthly (#5258) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..64284b9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" -- cgit v1.2.3