Skip to content

Commit

Permalink
ci: stop trying to update webpack and webpack-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Feb 1, 2021
1 parent 93f0c89 commit cf8a244
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ updates:
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
ignore:
- dependency-name: webpack
versions:
- ">= 5"
- dependency-name: webpack-cli
versions:
- ">= 4"

0 comments on commit cf8a244

Please sign in to comment.