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 cd56c93 commit 0eabc13Copy full SHA for 0eabc13
renovate.json
@@ -0,0 +1,31 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:base",
5
+ ":dependencyDashboard",
6
+ ":prHourlyLimit4",
7
+ ":semanticCommits",
8
+ ":prConcurrentLimit20"
9
+ ],
10
+ "packageRules": [
11
+ {
12
+ "matchDatasources": [
13
+ "docker"
14
15
+ "matchUpdateTypes": [
16
+ "major"
17
18
+ "enabled": true
19
+ },
20
21
+ "description": "Disable major update k8s client-go",
22
+ "matchPackagePatterns": ["^k8s.io/client-go"],
23
+ "matchUpdateTypes": ["major"],
24
+ "enabled": false
25
+ }
26
27
+ "labels": [
28
+ "dependencies"
29
30
+ "separateMinorPatch": true
31
+}
0 commit comments