bit of ci
Some checks failed
CI / Test (pull_request) Failing after 1m25s

This commit is contained in:
2025-07-15 19:30:52 +02:00
parent 34d17a18af
commit fcaff53fb4
9 changed files with 975 additions and 15 deletions

9
renovate.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackageNames": ["Bun", "oven/bun"],
"groupName": "bun version"
}
]
}