Skip to content

Commit

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

0 comments on commit cca79c6

Please sign in to comment.