Skip to content

Commit

Permalink
build(devs-infra): configure dependabot to ignore updating some deps (
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored Nov 9, 2021
1 parent 820135d commit 7971342
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ updates:
directory: '/'
schedule:
interval: 'daily'
ignore:
- dependency-name: 'esbuild'
- dependency-name: 'jest*'
- dependency-name: '@jest*'
- dependency-name: '@angular*'
- dependency-name: 'pretty-format'
commit-message:
prefix: 'build(deps-dev)'
labels:
Expand Down

0 comments on commit 7971342

Please sign in to comment.