mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Setup renovate bot [skip ci]
This commit is contained in:
parent
bc944dab12
commit
f432d32776
1 changed files with 17 additions and 0 deletions
17
.renovaterc.json5
Normal file
17
.renovaterc.json5
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base"],
|
||||
"labels": ["dependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "Compose BOM (Alpha)",
|
||||
"matchPackageNames": [
|
||||
"dev.chrisbanes.compose:compose-bom"
|
||||
],
|
||||
"ignoreUnstable": false
|
||||
}
|
||||
],
|
||||
"dependencyDashboardApproval": true,
|
||||
"semanticCommits": true,
|
||||
"commitMessageLowerCase": "never"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue