Skip to content

Commit 9d23fd6

Browse files
authored
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
1 parent 28459d8 commit 9d23fd6

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../build.gradle.kts
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../settings.gradle.kts

0 commit comments

Comments
 (0)