Skip to content

Commit

Permalink
Add minimum required release age
Browse files Browse the repository at this point in the history
  • Loading branch information
ayodejidev authored Nov 15, 2024
1 parent d7e4567 commit ef24e85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": [
"config:base"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"minimumReleaseAge": "21 days",
}

0 comments on commit ef24e85

Please sign in to comment.