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 0b17893 commit 3383e11
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ updates:
# ESM only version
- dependency-name: 'got'
versions: ['>=9']
# ESM only version
- dependency-name: 'figures'
versions: ['>=4']
# Avoid breaking changes to existing generators, kebab-case vs camelCase argument behavior changes needs to be properly tested
- dependency-name: 'meow'
versions: ['>=6']
Expand All @@ -28,6 +31,9 @@ updates:
- dependency-name: 'package-json'
versions: ['>=7']
# ESM only version
- dependency-name: 'read-pkg-up'
versions: ['>=8']
# ESM only version
- dependency-name: 'sort-on'
versions: ['>=5']
# ESM only version
Expand All @@ -37,6 +43,12 @@ updates:
- dependency-name: 'update-notifier'
versions: ['>=6']
# ESM only version
- dependency-name: 'yeoman-character'
versions: ['>=2']
# ESM only version
- dependency-name: 'titleize'
versions: ['>=3']
# ESM only version
- dependency-name: 'yosay'
versions: ['>=3']
- dependency-name: '*'
Expand Down

0 comments on commit 3383e11

Please sign in to comment.