mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
22 lines
455 B
Plaintext
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
|
|
}
|
|
]
|
|
}
|
|
|
|
|
|
|