mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
08ccfdf699
* chore(deps): add renovate.json * Configure renovate * Enable sbt Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
24 lines
504 B
JSON
24 lines
504 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"enabledManagers": ["sbt", "npm", "github-actions"],
|
|
"rangeStrategy": "pin",
|
|
"packageRules": [
|
|
{
|
|
"matchDepTypes": ["devDependencies"],
|
|
"prPriority": -1
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"prConcurrentLimit": 1
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "all github-actions"
|
|
}
|
|
]
|
|
}
|