Skip to content

Commit 27195a6

Browse files
committed
chore: disable dependabot for maven-source-plugin
Motivation: As long as https://issues.apache.org/jira/browse/MSOURCES-143 is not fixed
1 parent fdd4e63 commit 27195a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
ignore:
8+
- dependency-name: "org.apache.maven.plugins:maven-source-plugin"
79
- package-ecosystem: "github-actions"
810
directory: "/"
911
schedule:

0 commit comments

Comments
 (0)