diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 853bc0a13..20363df70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,9 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: 'weekly' + ignore: + - dependency-name: 'typescript' + update-types: ['version-update:semver-major'] # Enable version updates for GitHub Actions - package-ecosystem: 'github-actions'