From 503c34f8cc741f2f4c2f20f83b5739941a740418 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 11 Dec 2024 14:44:25 +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 0000000..aa53db5 --- /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"