Skip to content

Commit

Permalink
Merge pull request #897 from linwumingshi/hotfix/dependabot
Browse files Browse the repository at this point in the history
Corrected incorrect use of 'version' to 'versions' in Dependabot config
  • Loading branch information
shalousun authored Aug 19, 2024
2 parents e6cafa0 + 725fb32 commit 069d694
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ updates:
ignore:
# Ignore JGit dependency(work not on jdk 8)
- dependency-name: "org.eclipse.jgit:org.eclipse.jgit"
version: "^5.13.0.202109080827-r"
versions:
- "6.x"

# Ignore Data faker dependency(work not on jdk 8)
- dependency-name: "net.datafaker:datafaker"
version: ["2.x"]
versions:
- "2.x"

0 comments on commit 069d694

Please sign in to comment.