Add branches to renovate

This commit is contained in:
Tomáš Mlynarič 2024-12-09 14:35:04 +01:00 committed by GitHub
parent 6fc14b996a
commit 59c134aec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,5 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"local>android/.github:renovate-config" "local>android/.github:renovate-config"
],
"baseBranches": [
"main",
"starter",
"state"
] ]
} }