Skip to content

Commit 35936c6

Browse files
committed
chore: rename to main branch
1 parent bf53943 commit 35936c6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: 'npm'
4-
target-branch: 'master'
4+
target-branch: 'main'
55
directory: '/'
66
schedule:
77
interval: 'monthly'

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@
9292
"pnpm": {
9393
"overrides": {
9494
"micromatch@<4.0.8": ">=4.0.8"
95-
}
95+
},
96+
"onlyBuiltDependencies": [
97+
"@biomejs/biome",
98+
"@swc/core",
99+
"esbuild",
100+
"lefthook"
101+
]
96102
}
97103
}

0 commit comments

Comments
 (0)