We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0bfa6 commit 0e6b532Copy full SHA for 0e6b532
.github/dependabot.yml
@@ -11,9 +11,6 @@ updates:
11
interval: "weekly"
12
ignore:
13
# Ignore all versions : cf pom.xml comments
14
- - dependency-name: "org.sonarsource.java.sonar-java-plugin"
+ - dependency-name: "org.sonarsource.java:sonar-java-plugin"
15
16
- dependency-name: "com.mycila:license-maven-plugin"
17
- # Ignore specific versions of another dependency
18
- - dependency-name: "org.springframework.data.spring-data-jpa"
19
- versions: [ "3.x" ]
0 commit comments