Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix weekly renovate config
Browse files Browse the repository at this point in the history
Fixes #911
chingor13 authored Sep 1, 2022
1 parent 037c0a9 commit d35ac49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"extends": [
"schedule:weekly"
],
"internalChecksFilter": "strict",
"stabilityDays": 90,
"timezone": "America/Los_Angeles",
"schedule": "weekly"
"timezone": "America/Los_Angeles"
}

0 comments on commit d35ac49

Please sign in to comment.