fix(renovate): target main instead of nonexistent dev branch

baseBranches pointed at a dev branch that does not exist on the remote,
so Renovate has been silently opening no update PRs at all.
This commit is contained in:
zarzet
2026-07-10 09:51:57 +07:00
parent 79e37769e5
commit 7d73e77f9b
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"baseBranches": ["dev"],
"baseBranches": ["main"],
"ignoreDeps": ["dev.flutter.flutter-plugin-loader"],
"automerge": true,
"automergeType": "pr",