Renovate: Update ignore paths

It's desireable for renovate to mange `test/tools/go.mod` however, the
default ignorePaths is:

```
  "ignorePaths": [
    "**/node_modules/**",
    "**/bower_components/**",
    "**/vendor/**",
    "**/examples/**",
    "**/__tests__/**",
    "**/test/**",
    "**/tests/**",
    "**/__fixtures__/**"
  ]
```

Update this list to only include `vendor` and `docs`.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2023-04-11 10:55:57 -04:00
parent d53871cf12
commit 4bc4609d82

View File

@ -46,6 +46,11 @@
*** Repository-specific configuration options ***
*************************************************/
"ignorePaths": [
"**/vendor/**",
"**/docs/**",
],
"golang": {
// N/B: LAST matching rule wins
"packageRules": [