Skip to content

Commit 4ae637c

Browse files
authored
Merge pull request #121 from oasisprotocol/mz/renovate
Add renovate config
2 parents 0ee8943 + 2322684 commit 4ae637c

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

renovate.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base", ":disableDependencyDashboard"],
4+
"packageRules": [
5+
{
6+
"groupName": "lint dependencies",
7+
"matchPackagePatterns": ["eslint", "prettier"]
8+
},
9+
{
10+
"groupName": "react dependencies",
11+
"matchPackagePatterns": ["react"]
12+
},
13+
{
14+
"groupName": "TypeScript type definitions",
15+
"matchPackagePatterns": ["@types/"]
16+
},
17+
{
18+
"groupName": "CI github-actions",
19+
"matchManagers": ["github-actions"]
20+
},
21+
{
22+
"groupName": "Don't bump package.json > engines except for security",
23+
"description": "https://github.com/renovatebot/renovate/discussions/13521",
24+
"packageNames": ["node"],
25+
"matchDepTypes": ["engines"],
26+
"rangeStrategy": "auto"
27+
}
28+
],
29+
"rangeStrategy": "bump"
30+
}

0 commit comments

Comments
 (0)