From 996f36dabfea3cc2a3c6c5ca23103e31ab908c18 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 5 Sep 2026 12:22:58 +0200 Subject: [PATCH] dependabot: update 8.x branch as well Signed-off-by: Tim Meusel --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0aab5f1261..0ee1206902 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,20 @@ updates: interval: daily time: "13:00" open-pull-requests-limit: 10 + # raise PRs for gem updates + - package-ecosystem: bundler + directory: "/" + schedule: + interval: daily + time: "13:00" + open-pull-requests-limit: 10 + target-branch: "8.x" + + # Maintain dependencies for GitHub Actions + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "13:00" + open-pull-requests-limit: 10 + target-branch: "8.x"