Skip to content

Commit e721952

Browse files
committed
Add diffend to renovate config
1 parent 108287e commit e721952

1 file changed

Lines changed: 28 additions & 4 deletions

File tree

renovate/global.json5

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,43 @@
55
":label(dependencies)",
66
":semanticCommitsDisabled"
77
],
8+
ignorePresets: [
9+
"mergeConfidence:all-badges"
10+
],
811
prBodyColumns: [
912
"Package",
1013
"Change",
11-
"Age",
12-
"Adoption",
13-
"Passing",
14-
"Confidence",
1514
"Diffend"
1615
],
1716
prBodyDefinitions: {
1817
Diffend: ""
1918
},
2019
packageRules: [
20+
{
21+
matchDatasources: [
22+
"go",
23+
"maven",
24+
"npm",
25+
"nuget",
26+
"packagist",
27+
"pypi",
28+
"rubygems",
29+
],
30+
matchUpdateTypes: [
31+
"patch",
32+
"minor",
33+
"major"
34+
],
35+
prBodyColumns: [
36+
"Package",
37+
"Change",
38+
"Age",
39+
"Adoption",
40+
"Passing",
41+
"Confidence",
42+
"Diffend"
43+
]
44+
},
2145
{
2246
matchManagers: [
2347
"bundler"

0 commit comments

Comments
 (0)