Skip to content

Commit

Permalink
fix: dependabot.yml typo
Browse files Browse the repository at this point in the history
"ignore" is an array
  • Loading branch information
matijs authored and Robbert committed Nov 4, 2024
1 parent 4b6cc74 commit 4a95e45
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 @@ -18,9 +18,9 @@ updates:
- "patch"
- "minor"
ignore:
dependency-name: "@types/node"
update-types:
- "version-update:semver-major"
- dependency-name: "@types/node"
update-types:
- "version-update:semver-major"
versioning-strategy: "increase-if-necessary"
open-pull-requests-limit: 20
reviewers:
Expand Down

0 comments on commit 4a95e45

Please sign in to comment.