Skip to content

Commit

Permalink
ci(dependabot): correct property type (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Mar 24, 2023
1 parent e2376ec commit 42a4790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ updates:
# Below are deps that have migrate to ESM in their
# next major version so we can't use them
- dependency-name: file-type
update-types: version-update:semver-major
update-types: ["version-update:semver-major"]
- dependency-name: is-html
update-types: version-update:semver-major
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 20
schedule:
interval: monthly

0 comments on commit 42a4790

Please sign in to comment.