Skip to content

Commit 6a5052e

Browse files
Configure Renovate (#74)
* Add renovate.json * Update renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Will Eastcott <will@playcanvas.com>
1 parent 679a6d2 commit 6a5052e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

renovate.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"matchManagers": [
9+
"npm"
10+
],
11+
"groupName": "all npm dependencies",
12+
"schedule": [
13+
"on monday at 10:00am"
14+
]
15+
},
16+
{
17+
"matchDepTypes": ["devDependencies"],
18+
"rangeStrategy": "pin"
19+
},
20+
{
21+
"matchDepTypes": ["dependencies"],
22+
"rangeStrategy": "widen"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)