Skip to content

Commit

Permalink
Reduce renovate frequency in the main branch (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-s3 authored Jan 10, 2025
1 parent 8ea06fb commit 0a3fe6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"config:base"
],
"baseBranches": ["main"],
// Run monthly once before 5am UTC for the main branch
"schedule": [
"* 0-4 1 * *"
]
"packageRules": [
{
// Don't bump upstream otel versions
Expand Down

0 comments on commit 0a3fe6e

Please sign in to comment.