Skip to content

Commit

Permalink
fix: 💄 Update formatting of renovate file
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhern committed Dec 23, 2024
1 parent 37df563 commit bc1b31a
Showing 1 changed file with 10 additions and 41 deletions.
51 changes: 10 additions & 41 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,35 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"customManagers:biomeVersions"
],
"labels": [
"chore: dependencies"
],
"extends": ["config:recommended", "customManagers:biomeVersions"],
"labels": ["chore: dependencies"],
"dependencyDashboard": true,
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"automerge": true
},
{
"matchPackageNames": [
"@biomejs/biome"
],
"matchPackageNames": ["@biomejs/biome"],
"groupName": "biome",
"groupSlug": "biome",
"automerge": true
},
{
"matchPackageNames": [
"@commitlint/cli",
"@commitlint/config-conventional"
],
"matchPackageNames": ["@commitlint/cli", "@commitlint/config-conventional"],
"groupName": "commitlint",
"groupSlug": "commitlint",
"automerge": true
},
{
"matchPackageNames": [
"@types/node",
"@types/react",
"@types/react-dom"
],
"matchPackageNames": ["@types/node", "@types/react", "@types/react-dom"],
"groupName": "types",
"groupSlug": "types",
"automerge": true
},
{
"matchPackageNames": [
"autoprefixer",
"postcss",
"tailwindcss"
],
"matchPackageNames": ["autoprefixer", "postcss", "tailwindcss"],
"groupName": "postcss",
"groupSlug": "postcss",
"automerge": true
Expand All @@ -61,24 +38,16 @@
"groupName": "radix-ui",
"groupSlug": "radix-ui",
"automerge": true,
"matchPackageNames": [
"/^@radix-ui/react-/"
]
"matchPackageNames": ["/^@radix-ui/react-/"]
},
{
"matchPackageNames": [
"class-variance-authority",
"clsx"
],
"matchPackageNames": ["class-variance-authority", "clsx"],
"groupName": "class-utils",
"groupSlug": "class-utils",
"automerge": true
},
{
"matchPackageNames": [
"tailwind-merge",
"tailwindcss-animate"
],
"matchPackageNames": ["tailwind-merge", "tailwindcss-animate"],
"groupName": "tailwind-utils",
"groupSlug": "tailwind-utils",
"automerge": true
Expand Down

0 comments on commit bc1b31a

Please sign in to comment.