mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
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:
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
@ -46,6 +46,11 @@
|
||||
*** Repository-specific configuration options ***
|
||||
*************************************************/
|
||||
|
||||
"ignorePaths": [
|
||||
"**/vendor/**",
|
||||
"**/docs/**",
|
||||
],
|
||||
|
||||
"golang": {
|
||||
// N/B: LAST matching rule wins
|
||||
"packageRules": [
|
||||
|
Reference in New Issue
Block a user