Skip to content

Commit

Permalink
chore: fix weekly renovate config (#1568)
Browse files Browse the repository at this point in the history
Fixes #911

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
chingor13 and parthea authored Sep 1, 2022
1 parent fdba3ed commit 144ad34
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 144ad34

Please sign in to comment.