Update dependabot so it patches main instead of stable

dependabot uses the default branch (stable) for its configuration.
This commit is contained in:
Guillaume Chatelet
2026-03-19 13:10:38 +01:00
committed by GitHub
parent e4f2c78666
commit d30f5b4e31

View File

@@ -11,3 +11,4 @@ updates:
- "*" # Group all Actions updates into a single larger pull request - "*" # Group all Actions updates into a single larger pull request
schedule: schedule:
interval: weekly interval: weekly
target-branch: "main"