From 459da75b8bb1a95c3c056cbf2c50749cb4624079 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Tue, 7 Oct 2025 23:55:18 +0200 Subject: [PATCH] Adding dependabot.yml for updating github actions --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..37c0f69 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "04:00" + reviewers: + - "hoellen" + pull-request-branch-name: + separator: "-" + open-pull-requests-limit: 10 \ No newline at end of file