We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010a574 commit 108287eCopy full SHA for 108287e
1 file changed
renovate/global.json5
@@ -4,5 +4,35 @@
4
"config:recommended",
5
":label(dependencies)",
6
":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
26
+ Diffend: "https://my.diffend.io/gems/{{depName}}/{{currentVersion}}/{{newVersion}}"
27
+ }
28
29
30
31
+ "npm"
32
33
34
+ Diffend: "https://my.diffend.io/npm/{{depName}}/{{currentVersion}}/{{newVersion}}"
35
36
37
]
38
}
0 commit comments