Skip to content

Commit

Permalink
Add dependabot ignore for reverted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 4, 2021
1 parent 1f48f14 commit 3bca0d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@ updates:
directory: "/"
schedule:
interval: daily

ignore:

- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
versions: [ "3.2.0" ]

- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
versions: [ "3.0.0" ]


0 comments on commit 3bca0d8

Please sign in to comment.