From 853f6481ebaba93e14c8db02dd67dd643d047d29 Mon Sep 17 00:00:00 2001 From: Gabriel Massadas Date: Fri, 6 Dec 2024 14:16:33 +0000 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) 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"