We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f98294 commit d07c5f1Copy full SHA for d07c5f1
.github/dependabot.yml
@@ -6,3 +6,10 @@ updates:
6
schedule:
7
interval: daily
8
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