Merge pull request #257 from google-developer-training/mlykotom-renovate-fix

Add branches to renovate
This commit is contained in:
Jose Alcérreca 2024-12-09 13:44:24 +00:00 committed by GitHub
commit 076428c67e
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"
] ]
} }