From 70ce4475b16aba7d3046b1495b1f1ad73ef68e09 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 21 Nov 2023 14:27:35 +0100 Subject: [PATCH] =?UTF-8?q?Add=20dependabot=20to=20the=20repository?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and set it to update github actions. Signed-off-by: Vincent Demeester --- .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..5ace460 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"