Skip to content

Commit 082ac6f

Browse files
authored
Relax the renovate.json configuration. (#466)
2 parents 776710f + e206ab2 commit 082ac6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renovate.json

Lines changed: 4 additions & 4 deletions
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)