Skip to content

Commit

Permalink
Improve renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
marianobarrios committed Mar 31, 2024
1 parent 6855822 commit fd8c4e1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
"extends": [
"config:base"
],
"internalChecksFilter": "strict",
"packageRules": [
{
"matchPackagePatterns": [".*"],
"stabilityDays": 3
"minimumReleaseAge": 7
},
{
"matchPackagePatterns": ["^ch.qos.logback"],
"matchUpdateTypes": ["major"],
"enabled": false
}
]
}

0 comments on commit fd8c4e1

Please sign in to comment.