Skip to content

Commit 0a3fe6e

Browse files
authored
Reduce renovate frequency in the main branch (#1143)
1 parent 8ea06fb commit 0a3fe6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"config:base"
55
],
66
"baseBranches": ["main"],
7+
// Run monthly once before 5am UTC for the main branch
8+
"schedule": [
9+
"* 0-4 1 * *"
10+
]
711
"packageRules": [
812
{
913
// Don't bump upstream otel versions

0 commit comments

Comments
 (0)