Skip to content

Commit f38b256

Browse files
authored
renovate: baseBranchPatterns -> baseBranches (#21056)
Our version of renovate still uses the old `baseBranches` setting, this is changed in renovatebot/renovate#35579. Since we only care about this setting while iterating on our initial config, we can just use the old name and not worry about getting our renovate instance updated immediately. Fixes #21055
1 parent ea019a8 commit f38b256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
extends: ["github>pulumi/renovate-config//default.json5"],
44
// TODO: Remove this setting once we're happy with the configuration
5-
baseBranchPatterns: ["renovate-dev"]
5+
baseBranches: ["renovate-dev"]
66
}

0 commit comments

Comments
 (0)