Skip to content

Commit

Permalink
Update dependabot.yml (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym authored Dec 6, 2024
1 parent 69e6ed3 commit db35879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db35879

Please sign in to comment.