Update renovate.json
This commit is contained in:
parent
d7ab9ff461
commit
ab116b2af9
1 changed files with 11 additions and 0 deletions
|
@ -21,8 +21,19 @@
|
||||||
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
"description": "Label Helma core packages",
|
||||||
"matchFiles": ["build.gradle"],
|
"matchFiles": ["build.gradle"],
|
||||||
"labels": ["core"]
|
"labels": ["core"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Label major version bumps",
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"addLabels": ["major"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Label packages required at runtime",
|
||||||
|
"matchDepTypes": ["dependencies"],
|
||||||
|
"addLabels": ["runtime"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue