Skip to content

Commit eec419b

Browse files
committed
🐛(renovate) fix renovate
Fix renovate configuration: - schedule at 7am the monday - avoid wiping manual fixes unless needed - only create during schedule
1 parent baa5630 commit eec419b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"extends": ["github>numerique-gouv/renovate-configuration"],
33
"dependencyDashboard": true,
44
"labels": ["dependencies", "noChangeLog", "automated"],
5+
"schedule": ["before 7am on monday"],
6+
"prCreation": "not-pending",
7+
"rebaseWhen": "conflicted",
8+
"updateNotScheduled": false,
59
"packageRules": [
610
{
711
"enabled": false,

0 commit comments

Comments
 (0)