From cf2e05fdfdaec9e5be6580f302a084aa05b1de54 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 7 Sep 2023 10:00:05 +0200 Subject: [PATCH] CI: Configure dependabot to update GH Actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’d be possible to add gems there, too, but, this is the smallest thing that won’t be much in the way. Hope this helps! --- .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 00000000..5ace4600 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"