Skip to content

Commit

Permalink
Update Renovate config (openhab#3702)
Browse files Browse the repository at this point in the history
- Run once a month only
- Wait more days before opening PRs
- Enable osvVulnerabilityAlerts
- Don't disable firebase anymore

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma authored Jun 13, 2024
1 parent 13e2db7 commit abdc1fb
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:weekly"
],
"minimumReleaseAge": "7 days",
"packageRules": [
{
"matchPackageNames": [
"com.google.firebase-firebase-bom"
],
"enabled": false
}
"schedule:monthly"
],
"minimumReleaseAge": "14 days",
"labels": [
"dependencies"
],
"configMigration": true,
"commitBody": "Signed-off-by: {{{gitAuthor}}}"
"commitBody": "Signed-off-by: {{{gitAuthor}}}",
"osvVulnerabilityAlerts": true
}

0 comments on commit abdc1fb

Please sign in to comment.