From c0cbf4024c1abd48b0c22c2930e7b05af58ab284 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 7 Feb 2024 19:54:07 +0100 Subject: [PATCH] chore(CI): Tell dependabot to update GH Actions (#2743) --- .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 000000000..5ace4600a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"