File tree Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1+ [run ]
2+ # equivalent to `bun --bun` for all `bun run` commands
3+ bun = true
4+
5+ [install ]
6+ # Only install package versions published at least 3 days ago
7+ # minimumReleaseAge = 259200
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [" config:recommended" ],
4+ "packageRules" : [
5+ {
6+ "minimumReleaseAge" : " 3 days" ,
7+ "matchPackageNames" : [" *" ]
8+ }
9+ ],
410 "lockFileMaintenance" : {
511 "enabled" : true
612 }
Original file line number Diff line number Diff line change 3434 "@tailwindcss/vite" : " ^4.1.17" ,
3535 "tailwindcss" : " ^4.1.17" ,
3636 "webextension-polyfill" : " ^0.12.0"
37- },
38- "bunrc" : {
39- "run" : {
40- "bun" : true
41- }
4237 }
4338}
Original file line number Diff line number Diff line change 5454 "shiki" : " ^3.15.0" ,
5555 "svelte-toolbelt" : " ^0.10.6" ,
5656 "virtua" : " 0.46.6"
57- },
58- "bunrc" : {
59- "run" : {
60- "bun" : true
61- }
6257 }
6358}
You can’t perform that action at this time.
0 commit comments