mirror of https://github.com/containers/podman.git
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:
parent
d53871cf12
commit
4bc4609d82
|
|
@ -46,6 +46,11 @@
|
|||
*** Repository-specific configuration options ***
|
||||
*************************************************/
|
||||
|
||||
"ignorePaths": [
|
||||
"**/vendor/**",
|
||||
"**/docs/**",
|
||||
],
|
||||
|
||||
"golang": {
|
||||
// N/B: LAST matching rule wins
|
||||
"packageRules": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue