fix: ignore astro-scripts
This commit is contained in:
parent
9e59ec921f
commit
fb26d395f5
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"baseBranch": "main",
|
"baseBranch": "main",
|
||||||
"updateInternalDependencies": "patch",
|
"updateInternalDependencies": "patch",
|
||||||
"ignore": ["@example/*", "@test/*"]
|
"ignore": ["@example/*", "@test/*", "astro-scripts"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue