Skip to content

Commit

Permalink
fix: use correct Dependabot ignore syntax (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Aug 16, 2023
1 parent c745e63 commit 08ddc93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ updates:
allow:
- dependency-type: direct
ignore:
- dependency-name: react
versions: [">16"]
- dependency-name: stylelint
versions: [^15]
versions: [">14"]
- dependency-name: stylelint-config-standard-scss
versions: [^8]
versions: [">6"]
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit 08ddc93

Please sign in to comment.