-
Notifications
You must be signed in to change notification settings - Fork 27
/
renovate.json
39 lines (39 loc) · 1.01 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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Default preset for use with OpenFeature's repos",
"extends": [ "github>open-feature/community-tooling" ],
"dependencyDashboard": true,
"npm": {
"packageRules": [
{
"matchPackagePatterns": ["@docusaurus/"],
"groupName": "Docusaurus"
},
{
"matchPackagePatterns": ["@opentelemtry/"],
"groupName": "OpenTelemetry"
},
{
"matchPackagePatterns": ["@openfeature/"],
"groupName": "OpenFeature"
},
{
"matchPackagePatterns": ["@typescript-eslint", "eslint"],
"groupName": "ESLint"
},
{
"matchPackagePatterns": ["@fortawesome/"],
"groupName": "Font Awesome"
},
{
"matchPackagePatterns": ["@types/"],
"groupName": "Types"
},
{
"description": "disable package.json > engines update",
"matchDepTypes": ["engines"],
"enabled": false
}
]
},
}