refactor(workflow): disable automatic dependabot pull request rebase after changes (#595)

Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
This commit is contained in:
mahula 2025-11-26 10:03:15 +01:00 committed by GitHub
parent d57eeed51a
commit a2608da517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@ version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
rebase-strategy: "disabled"
schedule:
interval: "weekly"
day: "wednesday"
@ -32,6 +33,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
rebase-strategy: "disabled"
schedule:
interval: "weekly"
day: "wednesday"