We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfdad9 commit 7c2bf58Copy full SHA for 7c2bf58
renovate.json
@@ -1,19 +1,18 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base"],
4
-
+ "extends": ["mergeConfidence:all-badges", "config:recommended"],
5
"prConcurrentLimit": 100,
6
"lockFileMaintenance": {
7
"enabled": true
8
},
9
"packageRules": [
10
11
- "matchPackagePatterns": [".*"],
12
- "matchManagers": ["cargo"]
+ "matchManagers": ["cargo"],
+ "matchPackageNames": ["/.*/"]
13
14
15
16
- "matchManagers": ["uv"]
+ "matchManagers": ["uv"],
17
}
18
]
19
0 commit comments