chore: Make renovate care for unstable versions (#367)

Make renovate care for unstable versions
This commit is contained in:
Anatolios Laskaris 2023-10-30 17:16:00 +02:00 committed by GitHub
parent 8f011ace72
commit a82675796a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
"enabledManagers": ["npm", "github-actions"], "enabledManagers": ["npm", "github-actions"],
"rangeStrategy": "pin", "rangeStrategy": "pin",
"schedule": "every weekend", "schedule": "every weekend",
"respectLatest": false,
"packageRules": [ "packageRules": [
{ {
"matchManagers": ["npm"], "matchManagers": ["npm"],
@ -33,4 +34,4 @@
"groupName": "all github-actions" "groupName": "all github-actions"
} }
] ]
} }