Skip to content

Commit d07c5f1

Browse files
committed
Disallow updating to buggy stylelint version (16.7.0)
1 parent 2f98294 commit d07c5f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ updates:
66
schedule:
77
interval: daily
88
open-pull-requests-limit: 100
9+
ignore:
10+
- dependency-name: 'stylelint'
11+
# v16.7.0 introduced a regression where valid disables are being
12+
# reported as errors.
13+
# See Stylelint issue for more details:
14+
# https://github.com/stylelint/stylelint/issues/7843
15+
versions: ['16.7.0']

0 commit comments

Comments
 (0)