mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-04 18:00:18 +00:00
chore: Make renovate care for unstable versions (#367)
Make renovate care for unstable versions
This commit is contained in:
parent
8f011ace72
commit
a82675796a
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user