diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df7dcc8..dd62d25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,12 +5,9 @@ updates: schedule: interval: "weekly" groups: - cloudflare: - patterns: - - "@cloudflare/*" - - wrangler - ignore: - - dependency-name: '\*' + dev-deps: + dependency-type: "development" + major: update-types: [ "version-update:semver-major" ] - package-ecosystem: "github-actions" directory: "/" diff --git a/package.json b/package.json index e798089..2d6cf62 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "build": "tsup src/index.ts --format cjs,esm --dts", "lint": "npx @biomejs/biome check src/ tests/ || (npx @biomejs/biome check --write src/ tests/; exit 1)", "test": "vitest run --root tests", - "prepare": "husky install" + "prepare": "husky" }, "publishConfig": { "access": "public"