More dependabot (#6977)

Apply dependabot to `settings.gradle.kts` and `build.gradle.kts` in a
rather roundabout way (see README.md).

Currently built on top of #6975
This commit is contained in:
Trask Stalnaker 2022-10-26 15:30:26 -07:00 committed by GitHub
parent 28459d890c
commit 9d23fd620a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 0 deletions

View File

@ -39,6 +39,15 @@ updates:
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
# need to scope gradle dependency updates down in this repo because most of the instrumentations
# intentionally test against old library versions
directory: ".github/project-root-duplicates"
rebase-strategy: "disabled"
schedule:
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/"
allow:

View File

@ -0,0 +1,6 @@
This directory and the two symlinks in it are used by the
[dependabot configuration](../.github/dependabot.yml), because we can't include the root directory
in the dependabot scanning since then it will pick up all of the old library versions that we
intentionally compile and test against.
See https://github.com/dependabot/dependabot-core/issues/4364.

View File

@ -0,0 +1 @@
../../build.gradle.kts

View File

@ -0,0 +1 @@
../../settings.gradle.kts