From 4f0d2dbc6e584ef0f15ad8f85dc527367ee8e54e Mon Sep 17 00:00:00 2001 From: sebthom Date: Sat, 19 Feb 2022 22:00:02 +0100 Subject: [PATCH] don't try to update python dependencies via dependabot --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 360fa80..a1e84fd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,8 +13,3 @@ updates: include: scope labels: - dependencies - - package-ecosystem: pip - directory: / - schedule: - interval: weekly - time: "17:00"