Skip to content

Commit

Permalink
chore: ignore more esm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Dec 13, 2024
1 parent 3383e11 commit 2e52dbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ updates:
# ESM only version
- dependency-name: 'figures'
versions: ['>=4']
# ESM only version
- dependency-name: 'fullname'
versions: ['>=5']
# Avoid breaking changes to existing generators, kebab-case vs camelCase argument behavior changes needs to be properly tested
- dependency-name: 'meow'
versions: ['>=6']
Expand Down

0 comments on commit 2e52dbe

Please sign in to comment.