Skip to content

Commit a24b557

Browse files
Manage ignore artifacts for dependabot in PR
We can comment a PR to ignore specific artifact - not all in config file
1 parent 80ee78e commit a24b557

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ updates:
2020
directory: "/"
2121
schedule:
2222
interval: daily
23-
ignore:
24-
- dependency-name: org.apache.maven:*
23+
2524
- package-ecosystem: "github-actions"
2625
directory: "/"
2726
schedule:

0 commit comments

Comments
 (0)