Skip to content

Commit

Permalink
Merge pull request #1391 from Adyen/add-stability-days
Browse files Browse the repository at this point in the history
Add minimum required release age
  • Loading branch information
ayodejidev authored Nov 15, 2024
2 parents d7e4567 + 562739b commit 1d82356
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 1d82356

Please sign in to comment.