From f89e9430a34870ac1e2fb7451a5e938647d14de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Thu, 9 Jul 2026 15:37:32 +0200 Subject: [PATCH] Add dependabot This will create automated PRs to update the used actions to the latest version. --- .github/workflows/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000000..5f734c939f --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + cooldown: + default-days: 7