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 8daa08c commit 46ab28aCopy full SHA for 46ab28a
renovate.json
@@ -0,0 +1,25 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:base",
5
+ ":dependencyDashboard",
6
+ ":prHourlyLimit4",
7
+ ":semanticCommits",
8
+ ":prConcurrentLimit10"
9
+ ],
10
+ "packageRules": [
11
+ {
12
+ "matchDatasources": [
13
+ "docker"
14
15
+ "matchUpdateTypes": [
16
+ "major"
17
18
+ "enabled": true
19
+ }
20
21
+ "labels": [
22
+ "dependencies"
23
24
+ "separateMinorPatch": true
25
+}
0 commit comments