renovate 43.113.0 → 43.115.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -138,7 +138,13 @@ const options = [
138
138
  name: "bumpType",
139
139
  description: "The semver level to use when bumping versions. This is used by the `bumpVersions` feature.",
140
140
  type: "string",
141
- parents: ["bumpVersions"]
141
+ parents: ["bumpVersions"],
142
+ allowedValues: [
143
+ "major",
144
+ "minor",
145
+ "patch",
146
+ "sync"
147
+ ]
142
148
  },
143
149
  {
144
150
  name: "filePatterns",