Skip to content

Commit 80f3afb

Browse files
committed
Fix renovate config
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 4bbc492 commit 80f3afb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/.renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
* 1️⃣ General bot behaviour
55
* ──────────────────────────
66
*/
7+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
78
"extends": [
89
"config:base", /* sensible defaults, but no major-bumps or grouping magic */
9-
":weekly" /* run once a week, early Monday UTC (≈ Sun night US / Mon AM EU) */
10+
"schedule:daily" /* run once a day */
1011
],
1112

1213
/* Only open one brand-new branch or PR during the weekly window */

0 commit comments

Comments
 (0)