From 0d4e0849bfbed994eb6784b31f70b8fdacc83b28 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 16 Jul 2026 16:23:46 +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 4d9fb1f96c6b49daf0acb6633be3006a49c34c80 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 16 Jul 2026 16:47:29 +0100 Subject: [PATCH 2/2] chore: (updates)