Skip to content

Commit

Permalink
chore: slow down renovate prs (#91)
Browse files Browse the repository at this point in the history
Fixes #

### TL;DR

Make renovate only make pull requests every sunday to reduce extra ci run that have to happen
  • Loading branch information
aamirazad authored Jul 11, 2024
1 parent c3cb33c commit a62043a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended", "every sunday"]
}

0 comments on commit a62043a

Please sign in to comment.