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 a217e98 commit 7e28c80Copy full SHA for 7e28c80
.github/renovate.json
@@ -8,7 +8,8 @@
8
":gitSignOff"
9
],
10
11
- "ignoreDeps": ["mkdocs-material"],
12
-
13
- "packageRules": [{ "matchCategories": ["python"], "rangeStrategy": "widen" }]
+ "packageRules": [
+ { "matchCategories": ["python"], "rangeStrategy": "widen" },
+ { "matchPackageNames": ["mkdocs-material"], "allowedVersions": "<=9.15" }
14
+ ]
15
}
0 commit comments