Skip to content

Commit 857e51d

Browse files
author
Yuriy Bezsonov
committed
chore(dependabot): Exclude vendored META-INF pom from scans
The authorization server ships a vendored artifact pom under META-INF/ that is dependency metadata, not a buildable module. Exclude it from Maven scans so Dependabot stops opening noise PRs against it.
1 parent e0bebaa commit 857e51d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ updates:
1212
- package-ecosystem: maven
1313
directories:
1414
- "**/*"
15+
# Exclude the vendored artifact pom shipped inside the authorization
16+
# server's META-INF/ (it is dependency metadata, not a buildable
17+
# module) so Dependabot stops opening noise PRs against it.
18+
- "!/samples/security/oauth/authorization-server/META-INF/**"
1519
schedule:
1620
interval: "monthly"
1721
open-pull-requests-limit: 15

0 commit comments

Comments
 (0)