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 76cf5c1 commit 047fba6Copy full SHA for 047fba6
.github/renovate.json5
@@ -1,13 +1,6 @@
1
{
2
- "extends": ["github>thekevjames/tools:personal"],
3
- "packageRules": [
4
- {
5
- "matchFileNames": ["pyproject.toml"],
6
- "rangeStrategy": "widen",
7
- },
8
9
- "matchDepTypes": ["dev", "devDependencies"],
10
- "rangeStrategy": "pin",
11
12
- ],
+ "extends": [
+ "github>thekevjames/tools:personal",
+ "github>thekevjames/tools//renovate/version-as-lib.json5",
+ ],
13
}
0 commit comments