Skip to content

Commit

Permalink
Merge pull request #291 from trifork/eama-trifork-patch-1
Browse files Browse the repository at this point in the history
Update renovate.json5 remove prTitle
  • Loading branch information
cthtrifork authored Nov 26, 2024
2 parents b47ef20 + a15aedd commit 37b4e74
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
{
extends: [
'github>trifork/cheetah-infrastructure-utils-workflows:default.json5',
"extends": [
"github>trifork/cheetah-infrastructure-utils-workflows:default.json5",
],
packageRules: [
"packageRules": [
{
prTitle: 'fix(deps): minor update {{depName}} from {{currentVersion}} to {{newVersion}}',
matchUpdateTypes: [
'minor',
],
additionalBranchPrefix: '{{depName}}-',
matchPackageNames: [
'*',
"matchUpdateTypes": [
"minor"
],
"additionalBranchPrefix": "{{depName}}-",
"matchPackageNames": [
'*'
]
},
{
prTitle: 'fix(deps): minor update {{depName}} from {{currentVersion}} to {{newVersion}}',
"matchDatasources": [
"docker"
],
matchUpdateTypes: [
"matchUpdateTypes": [
"patch"
],
additionalBranchPrefix: '{{depName}}-',
},
],
"additionalBranchPrefix": '{{depName}}-'
}
]
}

0 comments on commit 37b4e74

Please sign in to comment.