chore: fix renovate example

Renovate would throw validation error if this property not a string

```
Error type: The renovate configuration file contains some invalid settings
Message: Configuration option packageRules[2].minimumReleaseAge should be a string
```
This commit is contained in:
Ihor 2024-11-13 17:04:36 +01:00 committed by GitHub
parent 083a7cb291
commit b43d0535de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ module.exports = {
'lockFileMaintenance',
],
dependencyDashboardApproval: false,
minimumReleaseAge: 0,
minimumReleaseAge: '0 days',
},
],
};