Commit Graph

3 Commits

Author SHA1 Message Date
Chris Evich 0dac0dfa51
Renovate: Don't touch fragile test stuffs
Fixes: #4848

There's a reason we maintain a cache of test-only images in a special
registry namespace: So we rarely/never need to muck with sensitive name
references in the tests themselves.  Teach renovate to simply ignore
updates to all test-related stuffs.

Signed-off-by: Chris Evich <cevich@redhat.com>
2023-06-06 17:18:50 -04:00
Chris Evich 449fd3d2e4
Renovate: Ensure test/tools/go.mod is managed
The default list of ignore paths means `test/tools/go.mod` is not
managed by renovate:

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

Override this configuration so that `test/tools/go.mod` is managed.

Signed-off-by: Chris Evich <cevich@redhat.com>
2023-04-11 11:21:01 -04:00
renovate[bot] 482bf4df4e
Add renovate configuration
Signed-off-by: Chris Evich <cevich@redhat.com>
2023-02-13 09:05:29 -05:00