add renovate.json for repo
This commit is contained in:
18
renovate.json
Normal file
18
renovate.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["devops/renovate"],
|
||||||
|
"dependencyDashboard": true,
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "use fix scope for renovate updates",
|
||||||
|
"matchPackageNames": ["renovate/renovate"],
|
||||||
|
"semanticCommitType": "fix"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Automerge renovate updates",
|
||||||
|
"matchPackageNames": ["renovate/renovate"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user