From 26141aa1206d82ec6fd8322fc93fd40a957ac9d4 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 11 Dec 2024 14:41:23 +0100 Subject: [PATCH] Add dependabot.yml to update github actions This dependabot configuration will open PRs with github action updates when available. --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..aa53db50 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Update actions in workflows weekly + +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"