From 4058f391a3c17ad4549af861f0a744d92f8bcef3 Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Mon, 20 Apr 2026 11:17:31 -0700 Subject: [PATCH] Fix dependabot (#1537) Looks like `directory` is a required property; we should also fix our schema but that's orthogonal to this actual fix. --- .github/dependabot.yml | 1 + .github/index.pkl | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e7dd966bd..e901007eb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,7 @@ updates: - package-ecosystem: gradle cooldown: default-days: 7 + directory: / schedule: interval: weekly - package-ecosystem: github-actions diff --git a/.github/index.pkl b/.github/index.pkl index 60e0a3f42..fd7657642 100644 --- a/.github/index.pkl +++ b/.github/index.pkl @@ -235,6 +235,7 @@ dependabot { cooldown { `default-days` = 7 } + directory = "/" } } }