mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-09 01:56:52 +00:00
ci: Make renovate schedule monthly (#725)
Makes renovate create PRs for dependency updates monthly rather than weekly. https://docs.renovatebot.com/presets-schedule/#schedulemonthly Also sets vulnerability PRs to be scheduled daily. https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts Signed-off-by: Ian Lewis <ianlewis@google.com>
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base", ":gitSignOff"],
|
||||
"schedule": ["every weekend"],
|
||||
"schedule": ["before 4 am on the first day of the month"],
|
||||
"vulnerabilityAlerts": {
|
||||
"schedule": "before 4am"
|
||||
},
|
||||
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
|
||||
"packageRules": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user