mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
24 lines
497 B
JSON
24 lines
497 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"enabledManagers": ["npm", "github-actions"],
|
|
"rangeStrategy": "pin",
|
|
"packageRules": [
|
|
{
|
|
"matchDepTypes": ["devDependencies"],
|
|
"prPriority": -1
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"prConcurrentLimit": 1
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "all github-actions"
|
|
}
|
|
]
|
|
}
|