Skip to content

Commit

Permalink
chore(renovate): configure weekly patch and minor updates, monthly ma…
Browse files Browse the repository at this point in the history
…jor updates (sentry-kubernetes#1436)
  • Loading branch information
patsevanton authored Sep 10, 2024
1 parent 4a84c9f commit 130a846
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,22 @@
"extends": ["config:recommended", ":rebaseStalePrs", "docker:disable"],
"enabled": true,
"prConcurrentLimit": 30,
"enabledManagers": ["helmv3", "github-actions"]
}
"enabledManagers": ["helmv3", "github-actions"],
"schedule": [
"before 5am on Monday"
],
"packageRules": [
{
"updateTypes": ["patch", "minor"],
"schedule": [
"before 5am on Monday"
]
},
{
"updateTypes": ["major"],
"schedule": [
"before 5am on the first day of the month"
]
}
]
}

0 comments on commit 130a846

Please sign in to comment.