Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit a826757

Browse files
authored
chore: Make renovate care for unstable versions (#367)
Make renovate care for unstable versions
1 parent 8f011ac commit a826757

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"enabledManagers": ["npm", "github-actions"],
99
"rangeStrategy": "pin",
1010
"schedule": "every weekend",
11+
"respectLatest": false,
1112
"packageRules": [
1213
{
1314
"matchManagers": ["npm"],
@@ -33,4 +34,4 @@
3334
"groupName": "all github-actions"
3435
}
3536
]
36-
}
37+
}

0 commit comments

Comments
 (0)