We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef34af commit 9fcda82Copy full SHA for 9fcda82
.github/dependabot.yml
@@ -13,6 +13,9 @@ updates:
13
directory: "/" # Location of package manifests
14
schedule:
15
interval: "daily"
16
+ ignore:
17
+ - dependency-name: "git-commit-id-maven-plugin"
18
+ versions: ["5.x", "6.x", "7.x"]
19
- package-ecosystem: "maven" # See documentation for possible values
20
directory: "Examples/cHolograms" # Location of package manifests
21
0 commit comments