aqua/.github/renovate.json
renovate[bot] 08ccfdf699
ci: Configure Renovate (#597)
* 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>
2022-12-02 10:15:40 +02:00

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"
}
]
}