File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "assignAutomerge" : true ,
2020 "assigneesFromCodeOwners" : true ,
2121 "commitBodyTable" : true ,
22+ "commitMessageAction" : " bump" ,
2223 "commitMessageExtra" : " from {{#if currentValue}}{{{currentValue}}}{{else}}{{{currentDigestShort}}}{{/if}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}" ,
24+ "commitMessageTopic" : " {{depName}}" ,
2325 "dependencyDashboardAutoclose" : true ,
2426 "prConcurrentLimit" : 3 ,
2527 "reviewersFromCodeOwners" : true ,
2628 "packageRules" : [
2729 {
28- "matchDepTypes" : [
29- " dependencies" ,
30- " require"
31- ],
32- "labels" : [
33- " dependencies" ,
34- " semver:patch"
35- ]
30+ "matchDepTypes" : [" dependencies" , " require" ],
31+ "labels" : [" dependencies" , " semver:patch" ]
3632 },
3733 {
38- "matchManagers" : [
39- " custom.regex"
40- ],
34+ "matchManagers" : [" custom.regex" ],
4135 "pinDigests" : false
36+ },
37+ {
38+ "matchDepTypes" : [" packageManager" ],
39+ "commitMessageExtra" : " from {{{currentVersion}}} to {{{newValue}}}"
4240 }
4341 ],
4442 "customManagers" : [
4543 {
4644 "customType" : " regex" ,
47- "fileMatch" : [
48- " (^|/)\\ .npmrc$"
49- ],
50- "matchStrings" : [
51- " use-node-version=(?<currentValue>.*?)\\ n"
52- ],
45+ "fileMatch" : [" (^|/)\\ .npmrc$" ],
46+ "matchStrings" : [" use-node-version=(?<currentValue>.*?)\\ n" ],
5347 "depNameTemplate" : " node" ,
5448 "datasourceTemplate" : " node-version"
5549 }
You can’t perform that action at this time.
0 commit comments