Fix dependabot (#1537)

Looks like `directory` is a required property; we should also fix our
schema but that's orthogonal to this actual fix.
This commit is contained in:
Daniel Chao
2026-04-20 11:17:31 -07:00
committed by GitHub
parent 7a75ab57f5
commit 4058f391a3
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ updates:
- package-ecosystem: gradle
cooldown:
default-days: 7
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions

1
.github/index.pkl vendored
View File

@@ -235,6 +235,7 @@ dependabot {
cooldown {
`default-days` = 7
}
directory = "/"
}
}
}