Skip to content

Commit

Permalink
Merge pull request #234 from trifork/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
beva-trifork authored Jul 11, 2024
2 parents 512a91d + 9093e8c commit 0b9aee6
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
{
"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}}",
"matchPackagePatterns":[
"*"
prTitle: 'fix(deps): minor update {{depName}} from {{currentVersion}} to {{newVersion}}',
matchPackagePatterns: [
'*',
],
"matchUpdateTypes":[
"minor"
matchUpdateTypes: [
'minor',
],
"additionalBranchPrefix":[
"{{depName}}-"
]
}
]
additionalBranchPrefix: '{{depName}}-',
},
],
}

0 comments on commit 0b9aee6

Please sign in to comment.