Skip to content

Commit

Permalink
Disallow updating to buggy stylelint version (16.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesstelford committed Jul 26, 2024
1 parent 2f98294 commit d07c5f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 100
ignore:
- dependency-name: 'stylelint'
# v16.7.0 introduced a regression where valid disables are being
# reported as errors.
# See Stylelint issue for more details:
# https://github.com/stylelint/stylelint/issues/7843
versions: ['16.7.0']

0 comments on commit d07c5f1

Please sign in to comment.