Skip to content

Commit

Permalink
Fix renovate schedule, switch to json5 for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Apr 19, 2024
1 parent 261b229 commit 9bbe192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json → renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"minor",
"patch"
],
"schedule": "[every weekday]", // branch creation
"schedule": ["every weekday"], // branch creation
"automerge": true,
"platformAutomerge": false,
"automergeType": "branch"
"platformAutomerge": false, // this would require more repository setup
"automergeType": "branch" // only create PRs if tests fail (or stall)
}
]
}

0 comments on commit 9bbe192

Please sign in to comment.