Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 144e376

Browse files
authored
TEMP testing renovate on my fork (#918)
1 parent d7d36cd commit 144e376

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

renovate.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
2-
"extends": ["config:base", "docker:disable", ":pinOnlyDevDependencies"],
3-
"schedule": ["after 9am and before 3pm"],
4-
"packageRules": [
5-
{
6-
"groupName": "all non-major dependencies",
7-
"updateTypes": ["patch", "minor"],
8-
"groupSlug": "all-minor-patch"
9-
}
10-
]
2+
"extends": [
3+
"config:js-lib",
4+
"group:allNonMajor",
5+
"docker:disable"
6+
],
7+
"dependencyDashboard": true
118
}

0 commit comments

Comments
 (0)