antfu-collective / icones

⚡️ Icon Explorer with Instant searching, powered by Iconify
https://icones.js.org
MIT License
4.96k stars 240 forks source link

chore: tweak renovate.json for Enhanced @iconify/json Updates #186

Closed ram-you closed 10 months ago

ram-you commented 10 months ago

The current Renovate configuration encounters an issue when updating the "@iconify/json" package. Despite the availability of a release timestamp for "@iconify/json," Renovate does not utilize this timestamp by default.

Description

By introducing the "matchDatasources" setting with the value ["npm"] in the renovate.json file, we instruct Renovate to utilize the NPM registry datasource. This enhancement empowers Renovate to access the release timestamp for "@iconify/json" in the NPM registry, allowing updates to be triggered promptly, even if the package is newer than one day old.

Linked Issues

None

Additional context

None