Skip to content

Commit e206ab2

Browse files
committed
Relax the renovate.json configuration.
1 parent 776710f commit e206ab2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renovate.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:recommended",
5+
"schedule:monthly"
56
],
7+
"minimumReleaseAge": "14 days",
8+
"prCreation": "not-pending",
69
"ignoreDeps": ["org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-launcher"],
710
"packageRules": [
811
{
@@ -23,8 +26,5 @@
2326
"io.jooby:"
2427
]
2528
}
26-
],
27-
"schedule": [
28-
"every weekend"
2929
]
3030
}

0 commit comments

Comments
 (0)