Skip to content

Commit 108287e

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

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

renovate/global.json5

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,35 @@
44
"config:recommended",
55
":label(dependencies)",
66
":semanticCommitsDisabled"
7+
],
8+
prBodyColumns: [
9+
"Package",
10+
"Change",
11+
"Age",
12+
"Adoption",
13+
"Passing",
14+
"Confidence",
15+
"Diffend"
16+
],
17+
prBodyDefinitions: {
18+
Diffend: ""
19+
},
20+
packageRules: [
21+
{
22+
matchManagers: [
23+
"bundler"
24+
],
25+
prBodyDefinitions: {
26+
Diffend: "https://my.diffend.io/gems/{{depName}}/{{currentVersion}}/{{newVersion}}"
27+
}
28+
},
29+
{
30+
matchManagers: [
31+
"npm"
32+
],
33+
prBodyDefinitions: {
34+
Diffend: "https://my.diffend.io/npm/{{depName}}/{{currentVersion}}/{{newVersion}}"
35+
}
36+
}
737
]
838
}

0 commit comments

Comments
 (0)