Skip to content

Commit

Permalink
chore: only renovate on weekends (#52611)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams committed Dec 19, 2023
1 parent 3e412f5 commit f44e4a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"automerge": false
}
],
"ignorePaths": ["api-server"]
"ignorePaths": ["api-server"],
"schedule": ["every weekend"]
}

0 comments on commit f44e4a6

Please sign in to comment.