refactor: biome update and fix renovate and ci (#932)

This commit is contained in:
Gauvain
2025-08-14 10:43:01 +02:00
committed by GitHub
parent 5a781ba62c
commit 0e1ed71dc1
8 changed files with 46 additions and 43 deletions

View File

@@ -22,6 +22,10 @@
"schedule": ["every month"]
},
"packageRules": [
{
"matchDepTypes": ["dependencies", "devDependencies"],
"enabled": true
},
{
"description": "Add 'ci' and 'github-actions' labels to GitHub Action update PRs",
"matchManagers": ["github-actions"],
@@ -45,5 +49,6 @@
"matchPackagePatterns": ["expo", "react-native"],
"addLabels": ["expo", "react-native"]
}
]
],
"enabledManagers": ["bun"]
}