[READ-ONLY] Mirror of https://github.com/maybeanerd/renovate-config. A default renovate config to extend from.
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: ensure npm packages are 14 days old

authored by

Sebastian Di Luzio and committed by
GitHub
(Mar 31, 2026, 9:20 AM +0200) 52452f41 eb00af76

+4
+4
default.json
··· 18 18 { 19 19 "matchSourceUrlPrefixes": ["https://github.com/discordjs"], 20 20 "groupName": "discord.js" 21 + }, 22 + { 23 + "matchDatasources": ["npm"], 24 + "minimumReleaseAge": "14 days" 21 25 } 22 26 ] 23 27 }