Skip to content

Commit

Permalink
Ignore Maven Core update
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 14, 2022
1 parent 683610e commit d13f571
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ updates:
time: '04:00'
open-pull-requests-limit: 10
ignore:
# Ignore Maven Core updates
- dependency-name: "org.apache.maven:*"
# ignore Java 8+ dependencies
- dependency-name: org.mockito:mockito-core
versions:
Expand All @@ -36,4 +38,4 @@ updates:
# Ignore Maven 3.2.1+
- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-tools
versions:
- ">=3.2.0"
- ">=3.2.0"

0 comments on commit d13f571

Please sign in to comment.