mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-04 18:00:18 +00:00
a82675796a
Make renovate care for unstable versions
38 lines
965 B
JSON
38 lines
965 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"prBodyTemplate": "{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{configDescription}}}{{{controls}}}{{{footer}}}",
|
|
"enabledManagers": ["npm", "github-actions"],
|
|
"rangeStrategy": "pin",
|
|
"schedule": "every weekend",
|
|
"respectLatest": false,
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"matchPackagePatterns": [
|
|
"@fluencelabs/.*"
|
|
],
|
|
"semanticCommitType": "fix",
|
|
"semanticCommitScope": "deps",
|
|
"schedule": "at any time"
|
|
},
|
|
{
|
|
"matchDepTypes": ["devDependencies"],
|
|
"prPriority": -1,
|
|
"semanticCommitType": "chore",
|
|
"semanticCommitScope": "deps"
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"prConcurrentLimit": 1
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "all github-actions"
|
|
}
|
|
]
|
|
}
|