mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
21 lines
455 B
Text
21 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
|
|
}
|
|
]
|
|
}
|
|
|
|
|
|
|