Add renovate.json
This commit is contained in:
parent
2aa3fdc84d
commit
2128742b51
1 changed files with 20 additions and 0 deletions
20
renovate.json
Normal file
20
renovate.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>entwirr.me/renovate-config"
|
||||
],
|
||||
"commitMessagePrefix": "chore(deps):",
|
||||
"enabledManagers": ["dockerfile", "github-actions", "pip-requirements"],
|
||||
"rangeStrategy": "update-lockfile",
|
||||
"updatePinnedDependencies": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["*"],
|
||||
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["composer", "github-actions", "pip-requirements"],
|
||||
"addLabels": ["chore"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue