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>
This commit is contained in:
renovate[bot] 2022-12-02 10:15:40 +02:00 committed by GitHub
parent eccc47bb73
commit 08ccfdf699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,23 @@
{
"$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"
}
]
}