From 2cb282e639c9a90e48152d10a2ebea85194296d4 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Mon, 8 Jul 2024 12:35:09 +0200 Subject: [PATCH] Add dependabot. --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5bacb9a4e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # Necessary to update action hashs + directory: "/" + schedule: + interval: "weekly" + # Allow up to 3 opened pull requests for github-actions versions + open-pull-requests-limit: 3