github.com/argoproj/argo-cd/v3@v3.2.1/renovate-presets/docs.json5 (about)

     1  {
     2    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
     3    "description": "Rules specific to the docs directory",
     4    "packageRules": [
     5      {
     6        "description": "Group all dependencies from the docs directory",
     7        "matchFileNames": ["docs/**"],
     8        "matchCategories": [
     9          "python"
    10        ],
    11        "excludePackageNames": [
    12          "mkdocs-material"
    13        ],
    14        "groupName": "Docs dependencies",
    15        "enabled": true
    16      }
    17    ]
    18  }
    19  
    20  
    21