From 8356ceb8061da7bdb37effd45f39a8feb6af21f1 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sat, 9 Dec 2023 07:54:19 +0100 Subject: [PATCH] Use Dependabot to keep Actions up-to-date --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..4a202da --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +--- + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"