File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed
Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,15 @@ updates:
3939 interval : " daily"
4040 open-pull-requests-limit : 10
4141
42+ - package-ecosystem : " gradle"
43+ # need to scope gradle dependency updates down in this repo because most of the instrumentations
44+ # intentionally test against old library versions
45+ directory : " .github/project-root-duplicates"
46+ rebase-strategy : " disabled"
47+ schedule :
48+ interval : " daily"
49+ open-pull-requests-limit : 10
50+
4251 - package-ecosystem : " gradle"
4352 directory : " /"
4453 allow :
Original file line number Diff line number Diff line change 1+ This directory and the two symlinks in it are used by the
2+ [ dependabot configuration] ( ../.github/dependabot.yml ) , because we can't include the root directory
3+ in the dependabot scanning since then it will pick up all of the old library versions that we
4+ intentionally compile and test against.
5+
6+ See https://github.com/dependabot/dependabot-core/issues/4364 .
Original file line number Diff line number Diff line change 1+ .. / .. / build.gradle.kts
Original file line number Diff line number Diff line change 1+ .. / .. / settings.gradle.kts
You can’t perform that action at this time.
0 commit comments