Skip to content

Commit

Permalink
ci(renovate): schedule quarterly
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorWinberg authored Jul 3, 2024
1 parent 29b55d6 commit c7ead2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"extends": ["config:base", "group:allNonMajor", ":pinAllExceptPeerDependencies"],
"timezone": "Europe/Stockholm",
"schedule": "before 3am on the first day of the month",
"schedule": "every 3 months on the first day of the month",
"vulnerabilityAlerts": {
"enabled": false
"groupName": "GitHub Vulnerability Alerts",
"labels": ["security"],
"schedule": "every 3 months on the first day of the month"
},
"ignoreDeps": ["passport"]
}

0 comments on commit c7ead2c

Please sign in to comment.