Files
argo-cd/renovate-presets/docs.json5
2024-10-06 15:30:53 -04:00

22 lines
455 B
Plaintext

{
"$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
}
]
}