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 e1ae8ae commit f3a87b8Copy full SHA for f3a87b8
.github/renovate.json
@@ -1,8 +1,7 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended",
5
- ":semanticCommitsDisabled",
+ "github>jenkinsci/renovate-config",
6
":disableRateLimiting",
7
"schedule:earlyMondays"
8
],
@@ -29,7 +28,5 @@
29
28
"depNameTemplate": "npm",
30
"datasourceTemplate": "npm"
31
}
32
- ],
33
- "labels": ["dependencies"],
34
- "rebaseWhen": "conflicted"
+ ]
35
0 commit comments