forked from Siteimprove/alfa-integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
27 lines (27 loc) · 946 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
25
26
27
{
"reviewers": ["team:alfa-owners"],
"dependencyDashboard": true,
"npmrc": "@siteimprove:registry=https://npm.pkg.github.com/",
"hostRules": [
{
"hostType": "npm",
"matchHost": "https://npm.pkg.github.com/",
"encrypted": {
"token": "d0YufoMlKT2DP0yOwY+fBHDTycbmSyIt2Bgk+WFlz0H5ytVIOyz3iRw+cvftIiRo3hgiwXAsF24H44EHHd/XULgwKfoZhG8XUMuWGCHriq1B+g/ve4bEbNEY9v1qB+zTXCKA8GLMVMpXyW70wyIgbB6eF1FCh19u0qwBxEgyAJRCPMy7u+LaEjl/spBV6OAurTSQT78g94x39HnKT3/9HKVOmycB9uVerTSttrm2L9KPFJHEvF8PsGx8pwKBNz+32cfMRTiKuAeqmSuB3AwO+VPoSG3/1hGfm33K+ssMS7NG1pTWeJW9LMUHAfYyVE5q+44f7/PUM42BFcdcKcztJQ=="
}
}
],
"packageRules": [
{
"groupName": "Alfa",
"matchPackagePrefixes": ["@siteimprove/alfa"]
},
{
"groupName": "Ignored deps",
"matchPackagePatterns": ["*"],
"excludePackagePrefixes": ["@siteimprove/alfa"],
"enabled": false
}
],
"extends": ["config:base"]
}