From e3285d82d0b78e7431e17f3a6d5d5780dcafb356 Mon Sep 17 00:00:00 2001 From: Kain Date: Wed, 22 Oct 2025 03:16:52 +0200 Subject: [PATCH] Configure rebase-strategy for Dependabot updates Added rebase-strategy for npm and GitHub Actions updates. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3cca48..3eb3825 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,7 @@ version: 2 updates: - package-ecosystem: npm directory: "/" + rebase-strategy: auto schedule: interval: daily commit-message: @@ -18,6 +19,7 @@ updates: - package-ecosystem: github-actions directory: "/" + rebase-strategy: auto schedule: interval: weekly commit-message: