Skip to content

Commit

Permalink
Merge pull request #15603 from mshima/skip_ci-fix_dependabot
Browse files Browse the repository at this point in the history
Fix dependabot p-queue ignored version
  • Loading branch information
mshima authored Jul 8, 2021
2 parents b6c676d + b93f86e commit a61f5b0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ updates:
labels:
- 'theme: jhipster-internals'
- 'theme: dependencies'
ignored_updates:
- match:
dependency_name: 'p-queue'
# ESM only version
version_requirement: '>=7'
ignore:
# ESM only version
- dependency-name: 'p-queue'
versions: '>=7'

- package-ecosystem: 'npm'
directory: '/generators/client/templates/angular/'
Expand Down

0 comments on commit a61f5b0

Please sign in to comment.