Skip to content

Commit e8c4554

Browse files
Configure Renovate (#187)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent f13e57f commit e8c4554

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"dependencyDashboard": true,
4+
"separateMajorMinor": false,
5+
"extends": [
6+
":preserveSemverRanges",
7+
"group:all",
8+
"schedule:monthly",
9+
":maintainLockFilesMonthly"
10+
],
11+
"lockFileMaintenance": {
12+
"extends": [
13+
"group:all"
14+
],
15+
"commitMessageAction": "Update"
16+
}
17+
}
18+

0 commit comments

Comments
 (0)