mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-26 05:51:18 +02:00
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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user