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 f2d941d commit b2187fbCopy full SHA for b2187fb
.github/renovate.json
@@ -8,9 +8,6 @@
8
],
9
"packageRules": [
10
{
11
- "matchPackagePatterns": [
12
- "*"
13
- ],
14
"enabledManagers": [
15
"gradle",
16
"dockerfile",
@@ -22,7 +19,10 @@
22
19
23
20
"automerge": true,
24
21
"assignAutomerge": true,
25
- "minimumReleaseAge": "1 week"
+ "minimumReleaseAge": "1 week",
+ "matchPackageNames": [
+ "*"
+ ]
26
},
27
28
"matchManagers": [
@@ -35,6 +35,6 @@
35
}
36
37
"extends": [
38
- "config:base"
+ "config:recommended"
39
]
40
0 commit comments