We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbc492 commit 80f3afbCopy full SHA for 80f3afb
.github/.renovate.json5
@@ -4,9 +4,10 @@
4
* 1️⃣ General bot behaviour
5
* ──────────────────────────
6
*/
7
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
8
"extends": [
9
"config:base", /* sensible defaults, but no major-bumps or grouping magic */
- ":weekly" /* run once a week, early Monday UTC (≈ Sun night US / Mon AM EU) */
10
+ "schedule:daily" /* run once a day */
11
],
12
13
/* Only open one brand-new branch or PR during the weekly window */
0 commit comments