Skip to content

Commit

Permalink
fix: dependabot ignore bfj >=9.0.0 [ZEND-5421] (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjolton-contentful authored Sep 26, 2024
1 parent ea177d4 commit c1d20d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ updates:
- dependency-name: figures # Pure ESM module. Remove when supporting ESM
versions:
- ">=4.0.0"
- dependency-name: bfj
versions:
- ">=9.0.0"
commit-message:
prefix: build
include: scope
Expand All @@ -34,4 +37,4 @@ updates:
- minor
- patch
patterns:
- '*'
- '*'

0 comments on commit c1d20d1

Please sign in to comment.