mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
22 lines
455 B
Text
22 lines
455 B
Text
|
|
{
|
||
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
|
"description": "Rules specific to the docs directory",
|
||
|
|
"packageRules": [
|
||
|
|
{
|
||
|
|
"description": "Group all dependencies from the docs directory",
|
||
|
|
"matchFileNames": ["docs/**"],
|
||
|
|
"matchCategories": [
|
||
|
|
"python"
|
||
|
|
],
|
||
|
|
"excludePackageNames": [
|
||
|
|
"mkdocs-material"
|
||
|
|
],
|
||
|
|
"groupName": "Docs dependencies",
|
||
|
|
"enabled": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|