-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrenovate.json
47 lines (47 loc) · 1.5 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "github>siteimprove/alfa//config/alfa-renovate"],
"npmrc": "@siteimprove:registry=https://npm.pkg.github.com/",
"hostRules": [
{
"hostType": "npm",
"matchHost": "https://npm.pkg.github.com/",
"token": "{{ secrets.RENOVATE_TOKEN }}"
}
],
"packageRules": [
{
"description": [
"We currently ignore most other deps due to long time without update.",
"list of all ignored direct external deps:",
"@siteimprove/alfa-angular: [@angular/core, rxjs, zone.js]",
"@siteimprove/alfa-chai: [chai]",
"@siteimprove/alfa-cheerio: [cheerio, domhandler]",
"@siteimprove/alfa-enzyme: [enzyme]",
"@siteimprove/alfa-jasmine: [jasmine]",
"@siteimprove/alfa-jquery: [jquery]",
"@siteimprove/alfa-react: [react, react-test-renderer]",
"@siteimprove/alfa-unexpected: [unexpected]",
"@siteimprove/alfa-vue: [@vue/test-utils, vue, vue-template-compiler]",
"@siteimprove/alfa-webdriver: [webdriverio]"
],
"groupName": "Ignored deps",
"matchPackagePatterns": ["*"],
"excludePackagePrefixes": [
"@siteimprove/alfa",
"@types/jest",
"@types/selenium-webdriver",
"axios",
"chalk",
"cypress",
"jest",
"jsonld",
"playwright",
"puppeteer",
"simple-git",
"selenium-webdriver"
],
"enabled": false
}
]
}