diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7649c8745..b7a93c46b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: monthly open-pull-requests-limit: 10 + ignore: + # Held: @salesforce/eslint-config-lwc / @lwc/eslint-plugin-lwc still pin eslint ^9. + # Re-enable when an eslint-10-compatible Salesforce config ships. + - dependency-name: 'eslint' + update-types: ['version-update:semver-major']