Skip to content

Commit c65ea82

Browse files
manusaclaude
andauthored
fix(ci): exclude target directory from Dependabot Maven scanning
The release profile declares BOM modules under target/classes/ which are generated during the build. Dependabot scans all profiles and fails when it can't find these pom.xml files in the repository. Co-Authored-By: Claude Opus 4.6 <[email protected]> Signed-off-by: Marc Nuri <[email protected]>
1 parent 1c90ff8 commit c65ea82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ updates:
2222
interval: daily
2323
time: "11:00"
2424
open-pull-requests-limit: 99
25+
exclude-paths:
26+
- "target/**"
2527
reviewers:
2628
- oscerd
2729
- rohanKanojia

0 commit comments

Comments
 (0)