Skip to content

Commit 2355a83

Browse files
authored
Update renovate.json configuration settings
1 parent defc399 commit 2355a83

File tree

1 file changed

+76
-1
lines changed

1 file changed

+76
-1
lines changed

renovate.json

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,81 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:base"
5+
],
6+
"branchName": "{{{baseBranch}}}-{{{branchTopic}}}",
7+
"addLabels": [
8+
"dependencies"
9+
],
10+
"prConcurrentLimit": 10,
11+
"baseBranchPatterns": [
12+
"/!^main$/",
13+
"2.1",
14+
"2.0",
15+
"1.1",
16+
"1.0"
17+
],
18+
"ignorePaths": [
19+
"**/qa/**"
20+
],
21+
"vulnerabilityAlerts": {
22+
"enabled": false
23+
},
24+
"lockFileMaintenance": {
25+
//"automerge": true // auto-merge will be activated in a second step
26+
"enabled": true,
27+
"addLabels": [
28+
"automerge",
29+
"ci:e2e",
30+
"ci:rest-api"
31+
],
32+
},
33+
"packageRules": [
34+
{
35+
"matchPackageNames": [
36+
"*",
37+
"!/^org.springframework/",
38+
"!/^org.apache.tomcat/",
39+
"!/^commons-fileupload/",
40+
"!/^org.apache.commons:commons-lang3/",
41+
"!/^net.minidev:json-smart/",
42+
"!/^com.jayway.jsonpath:json-path/",
43+
"!/^org.apache.httpcomponents.client5/",
44+
"!/^com.fasterxml.uuid/",
45+
"!/^com.fasterxml.jackson/",
46+
"!/^org.camunda.feel/",
47+
"!/^io.quarkus/",
48+
"!/^ch.qos.logback/",
49+
"!/^org.graalvm/",
50+
"!/^com.google.code.gson/",
51+
"!/^org.postgresql/",
52+
"!/^com.h2database/",
53+
"!/^com.mysql/",
54+
"!/^org.jboss.resteasy/",
55+
"!/^org.apache.groovy/"
56+
],
57+
"enabled": false
58+
},
59+
{
60+
//"automerge": true // auto-merge will be activated in a second step
61+
"matchUpdateTypes": [
62+
"patch"
63+
],
64+
"addLabels": [
65+
"automerge",
66+
"ci:all"
67+
],
68+
},
69+
{
70+
"matchUpdateTypes": [
71+
"major",
72+
"minor"
73+
],
74+
"addLabels": [
75+
"ci:all"
76+
],
77+
"automerge": false,
78+
"dependencyDashboardApproval": true
79+
}
580
]
681
}

0 commit comments

Comments
 (0)