From 85d527225fefb4edea32900f8178493c9840884a Mon Sep 17 00:00:00 2001 From: Chielo Date: Fri, 13 Oct 2023 23:46:02 +0800 Subject: [PATCH] fix(dependabot): remove pybind dependabot check (#7) --- .github/dependabot.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b5dd7db..c7ecf5e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,7 @@ updates: directory: / schedule: interval: weekly - - package-ecosystem: cargo - directory: /pybind - schedule: - interval: weekly - - package-ecosystem: pip - directory: /pybind + - package-ecosystem: github-actions + directory: / schedule: interval: weekly