From c55f36f9b98268f54480226dd02bc831a1cd8ab6 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 4 Jul 2022 13:59:10 +0200 Subject: [PATCH] Configure dependabot to update GH Actions New versions of Actions, now as PRs. --- .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..b18fd293 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly'