mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-15 23:40:50 +00:00
23 lines
471 B
JSON
23 lines
471 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": [
|
||
|
"config:base",
|
||
|
":semanticCommitTypeAll(chore)"
|
||
|
],
|
||
|
"enabledManagers": ["npm", "github-actions"],
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"matchDepTypes": ["devDependencies"],
|
||
|
"prPriority": -1
|
||
|
},
|
||
|
{
|
||
|
"matchUpdateTypes": ["major"],
|
||
|
"prConcurrentLimit": 1
|
||
|
},
|
||
|
{
|
||
|
"matchManagers": ["github-actions"],
|
||
|
"groupName": "all github-actions"
|
||
|
}
|
||
|
]
|
||
|
}
|