From f8a6cfe2ccf8a78f28afbbaffed37393442e483c Mon Sep 17 00:00:00 2001 From: Petter Friberg Date: Wed, 13 Dec 2023 23:09:23 +0100 Subject: [PATCH] Configure dependabot to check for new GitHub action versions daily (#16) Saw a couple of outdated versions. Thought that dependabot might be able to help out keeping things up to date. --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..1230149 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"