From c006672bf601d8719bc8abb65072371c8959be88 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 18 Dec 2024 08:10:07 +0100 Subject: [PATCH] Add dependabot.yml to update github actions (#734) 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"