Skip to content

Commit

Permalink
chore(renovate): change schedule to once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowiem committed Dec 22, 2024
1 parent 165ce47 commit 0be6f97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"config:recommended",
"github>aquaproj/aqua-renovate-config#2.6.0"
],
"schedule": ["before 5am on Monday"],
// Schedule once a month on the first day of the month before 4 AM.
"schedule": ["* 0-3 1 * *"],
"baseBranches": ["main", "master"],
"labels": ["auto-upgrade"],
"dependencyDashboardAutoclose": true,
Expand Down

0 comments on commit 0be6f97

Please sign in to comment.