From d7b3f728472f29cd7ed770d54cb2ecccc786fb85 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Mon, 19 Dec 2022 09:44:15 -0500 Subject: [PATCH] Keep GH Actions versions up to date with Dependabot. See https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-for-github-actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"