Skip to content

Commit a270ab3

Browse files
authored
Add packageFile prefix to renovate branches [RHELDST-36551] (#145)
Adds the package file name as a prefix to renovate branches, to have seperate "Update all dependencies" branches/PRs for each python version. The current requirement conflicts are caused because renovate updates all dependencies in the same branch to the same version. By allowing different branches for the each package file, the dependency updates should match the python versions.
1 parent ede428f commit a270ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": [
44
"config:best-practices", "group:all", ":enableVulnerabilityAlerts"
55
],
6+
"additionalBranchPrefix": "{{packageFile}}-",
67
"pip_requirements": {
78
"enabled": false
89
},

0 commit comments

Comments
 (0)