File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2121 "lint:eslint" : " eslint ." ,
2222 "lint:eslint:fix" : " eslint . --fix" ,
2323 "lint:fix" : " pnpm lint:prettier:fix && pnpm lint:eslint:fix" ,
24+ "lint:renovate" : " npx --yes --package renovate -- renovate-config-validator" ,
2425 "lint:prettier" : " prettier -c ." ,
2526 "lint:prettier:fix" : " prettier . --write" ,
2627 "release" : " pnpm build && changeset publish" ,
Original file line number Diff line number Diff line change 1616 "rebaseWhen" : " conflicted" ,
1717 "packageRules" : [
1818 {
19- "excludePackagePatterns" : [
20- " typescript" ,
21- " typedoc*" ,
22- " ^@theguild/"
23- ],
24- "matchPackagePatterns" : [" *" ],
2519 "matchUpdateTypes" : [" minor" , " patch" ],
2620 "groupName" : " all non-major dependencies" ,
2721 "groupSlug" : " all-minor-patch"
22+ },
23+ {
24+ "matchPackageNames" : [" typescript" , " @theguild/**" ],
25+ "groupName" : null
2826 }
2927 ]
3028}
You can’t perform that action at this time.
0 commit comments