Skip to content

Commit 87ce04c

Browse files
authored
DEV: adjust renovate rangeStrategy and fix syntax (#211)
* DEV: fix renovate.json syntax * DEV: renovate: use `bump` for `rangeStrategy`
1 parent 06793e3 commit 87ce04c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
44
"dependencyDashboardTitle": "META: Dependency Dashboard",
5+
"rangeStrategy": "bump",
56
"packageRules": [
67
{
7-
"matchManager": ["pixi"],
8+
"matchManagers": ["pixi"],
89
"matchCurrentValue": "/^~?=/",
910
"enabled": false
1011
}

0 commit comments

Comments
 (0)