Skip to content

Commit 66e5036

Browse files
authored
Update renovate.json configuration settings
1 parent 5ebfc8e commit 66e5036

File tree

1 file changed

+8
-25
lines changed

1 file changed

+8
-25
lines changed

renovate.json

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
],
@@ -15,7 +15,7 @@
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
@@ -28,28 +28,11 @@
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
{

0 commit comments

Comments
 (0)