Skip to content

Commit 59a67c4

Browse files
authored
INTERNAL: Sync Ultracite and Biome (#56)
* chore: add renovate package lock * chore: fix post upgrade tasks
1 parent da43624 commit 59a67c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
"groupName": "OpenTelemetry packages",
3434
"matchUpdateTypes": ["minor", "patch"],
3535
"matchPackageNames": ["/^@opentelemetry//"]
36+
},
37+
{
38+
"groupName": "biome and ultracite",
39+
"matchPackageNames": ["@biomejs/biome", "ultracite"],
40+
"postUpgradeTasks": {
41+
"commands": ["npm run lint:fix && npm run format"],
42+
"executionMode": "branch"
43+
}
3644
}
3745
]
3846
}

0 commit comments

Comments
 (0)