39 lines
999 B
JSON
39 lines
999 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":disableRateLimiting",
|
|
":semanticCommits"
|
|
],
|
|
"labels": ["dependencies", "renovate"],
|
|
|
|
"packageRules": [
|
|
{
|
|
"matchLanguages": ["python"],
|
|
"matchUpdateTypes": ["patch"],
|
|
"automerge": true,
|
|
"groupName": "Python Security Patches"
|
|
},
|
|
{
|
|
"matchPackageNames": ["python"],
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
"dependencyDashboardApproval": true,
|
|
"groupName": "Python Update(s) (Manual Action Required)"
|
|
},
|
|
{
|
|
"matchPackageNames": ["getmeili/meilisearch"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
|
|
"regexManagers": [
|
|
{
|
|
"description": "Update Docker variables in the Makefile",
|
|
"fileMatch": ["^Makefile$"],
|
|
"matchStrings": [
|
|
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s[A-Z_]+_VERSION [?:]?= (?<currentValue>.*)"
|
|
]
|
|
}
|
|
]
|
|
}
|