From 15703e7378f3918f11d5604da39dc783f8043d7c Mon Sep 17 00:00:00 2001 From: Alan Larkin Date: Mon, 22 Jul 2024 19:41:27 +0100 Subject: [PATCH] fix: Another attempt at fixing dependabot.yaml Remove the `registries`. --- .github/dependabot.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 0723366..91eb006 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,10 +1,6 @@ updates: - directory: / - ignore: [] package-ecosystem: npm - registries: - - type: npm - url: https://registry.npmjs.org schedule: interval: weekly - directory: /