From 593a288f648e42576dc43951452af662803110fd Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 1 May 2025 09:04:02 -0700 Subject: [PATCH] fix(ci): Fix github actions dependabot (#8985) Our GitHub actions packages are not being updated. This may be a reason why. Edit: Looks like it's not applying to our composite actions in .github/actions. Will see if this fixes it. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b5f7e02f..bf1cf3372 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,11 +10,11 @@ updates: schedule: interval: monthly - package-ecosystem: pip - directory: / + directory: /.github schedule: interval: monthly - package-ecosystem: github-actions - directory: / + directory: /.github schedule: interval: monthly - package-ecosystem: cargo