We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ef96f commit 3212c80Copy full SHA for 3212c80
1 file changed
.github/dependabot.yml
@@ -13,6 +13,9 @@ updates:
13
applies-to: version-updates
14
patterns:
15
- "*"
16
+ # We want to manage this ourselves and not receive PR's for this
17
+ ignore:
18
+ - dependency-name: "eclipse-temurin"
19
# Maintain dependencies for GitHub Actions
20
- package-ecosystem: "github-actions"
21
directory: "/"
0 commit comments