Move renovate to release/v1.33.x branch (#10692)

This commit is contained in:
Lauri Tulmin 2024-02-27 22:49:58 +02:00 committed by GitHub
parent aeef59dedc
commit cfd40a8c17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"config:base"
],
"ignorePaths": ["instrumentation/**"],
"baseBranches": ["main", "release/v1.32.x"],
"baseBranches": ["main", "release/v1.33.x"],
// needed in order to get patch-only updates in package rules below
// unfortunately you can't combine updateTypes and separateMinorPatch in the same package rule
// so we have to apply it globally here, see