diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 923a578..23e98d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,11 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 + ignore: + # TypeScript 7 (native compiler) breaks tsup's .d.ts generation via + # rollup-plugin-dts. Hold major TS bumps until the toolchain supports it. + - dependency-name: "typescript" + update-types: ["version-update:semver-major"] groups: production-dependencies: dependency-type: "production"