File tree Expand file tree Collapse file tree 1 file changed +8
-25
lines changed Expand file tree Collapse file tree 1 file changed +8
-25
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:base "
4+ " config:recommended "
55 ],
6- "branchName " : " {{{baseBranch}}}- {{{branchTopic}}}" ,
6+ "additionalBranchPrefix " : " {{{branchTopic}}}" ,
77 "addLabels" : [
88 " dependencies"
99 ],
1515 " **/qa/**"
1616 ],
1717 "vulnerabilityAlerts" : {
18- "enabled" : false
18+ "enabled" : true
1919 },
2020 "lockFileMaintenance" : {
2121 //"automerge": true // auto-merge will be activated in a second step
2828 },
2929 "packageRules" : [
3030 {
31- "matchPackageNames" : [
32- " *" ,
33- " !/^org.springframework/" ,
34- " !/^org.apache.tomcat/" ,
35- " !/^commons-fileupload/" ,
36- " !/^org.apache.commons:commons-lang3/" ,
37- " !/^net.minidev:json-smart/" ,
38- " !/^com.jayway.jsonpath:json-path/" ,
39- " !/^org.apache.httpcomponents.client5/" ,
40- " !/^com.fasterxml.uuid/" ,
41- " !/^com.fasterxml.jackson/" ,
42- " !/^org.camunda.feel/" ,
43- " !/^io.quarkus/" ,
44- " !/^ch.qos.logback/" ,
45- " !/^org.graalvm/" ,
46- " !/^com.google.code.gson/" ,
47- " !/^org.postgresql/" ,
48- " !/^com.h2database/" ,
49- " !/^com.mysql/" ,
50- " !/^org.jboss.resteasy/" ,
51- " !/^org.apache.groovy/"
52- ],
31+ "matchManagers" : [" maven" ],
32+ "enabled" : true
33+ },
34+ {
35+ "matchManagers" : [" *" ],
5336 "enabled" : false
5437 },
5538 {
You can’t perform that action at this time.
0 commit comments