Skip to content

Commit 4e46ba3

Browse files
authored
chore: prevent duplicate Dependabot Gradle PRs (#7657)
## Description of Changes - Removed overlapping Gradle subdirectory entries from .github/dependabot.yml. - Dependabot now monitors the root Gradle project through /. - Prevents duplicate pull requests for dependencies declared in Gradle subprojects. Closes: Not applicable --- ## Checklist ### General - [ ] I have read the Contribution Guidelines - [ ] I have read the Stirling-PDF Developer Guide (if applicable) - [x] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant documentation (if applicable) - [ ] I have read the translation tag documentation (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos are attached ### Testing (if applicable) - [ ] I have tested my changes locally
1 parent cbe3ef8 commit 4e46ba3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ updates:
88
- package-ecosystem: "gradle" # See documentation for possible values
99
directories:
1010
- "/" # Location of package manifests
11-
- "/app/common"
12-
- "/app/core"
13-
- "/app/proprietary"
14-
- "/app/saas"
15-
- "/buildSrc"
1611
schedule:
1712
interval: "weekly"
1813
cooldown:

0 commit comments

Comments
 (0)