chore(renovate): ignore packages in test/ and example/

This commit is contained in:
Zoltan Kochan
2018-03-05 10:13:35 +02:00
parent f50fc7d5c5
commit b7d69ce77d

View File

@@ -2,5 +2,6 @@
"extends": [
"config:base"
],
"pinVersions": false
"pinVersions": false,
"ignorePaths": ["test/", "example/"]
}