Skip to content

Commit

Permalink
More dependabot (#6977)
Browse files Browse the repository at this point in the history
Apply dependabot to `settings.gradle.kts` and `build.gradle.kts` in a
rather roundabout way (see README.md).

Currently built on top of #6975
  • Loading branch information
trask authored Oct 26, 2022
1 parent 28459d8 commit 9d23fd6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions .github/project-root-duplicates/README.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions .github/project-root-duplicates/build.gradle.kts
1 change: 1 addition & 0 deletions .github/project-root-duplicates/settings.gradle.kts

0 comments on commit 9d23fd6

Please sign in to comment.