-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrenovate.json
24 lines (24 loc) · 850 Bytes
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>FantasticFiasco/renovate-config"],
"packageRules": [
{
"matchPackagePatterns": ["eslint"],
"groupName": "ESLint packages"
},
{
"matchPackagePatterns": ["jest"],
"groupName": "Jest packages"
},
{
"paths": ["packages/axis-discovery-bonjour"],
"packageNames": ["array-flatten", "deep-equal", "dns-equal", "dns-packet", "dns-txt", "multicast-dns-service-types", "thunky"],
"enabled": false
},
{
"paths": ["packages/axis-discovery-bonjour/vendor"],
"enabled": false
}
],
"ignoreDeps": ["diff", "handlebars", "js-yaml", "lodash", "minimist", "node-notifier", "sshpk", "y18n"]
}