fix(example): correctly specify minimumReleaseAge (#963)

Co-authored-by: Reuben D'Souza <46090211+reubenjds@users.noreply.github.com>
This commit is contained in:
Jamie Tanna 2025-11-09 08:45:43 +00:00 committed by GitHub
parent ddd20f28b1
commit 6681b3f58b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@
"lockFileMaintenance"
],
"dependencyDashboardApproval": false,
"minimumReleaseAge": 0
"minimumReleaseAge": "1 day"
}
]
}