From 4a4c4334e9ae2f724ff04b23f3378d2486605158 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 16 Jul 2026 16:24:44 +0100 Subject: [PATCH 1/2] chore: (updates) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ed8fea2..ef5488c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,3 +36,13 @@ updates: prefix: "chore(action):" labels: - build dependencies + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + cooldown: + default-days: 2 + commit-message: + prefix: "chore(action):" + labels: + - build dependencies From 26a6b9603f9362f13b74998d4c3f4caa163baebd Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 16 Jul 2026 16:48:16 +0100 Subject: [PATCH 2/2] chore: (updates)