From 7fcff78e7e62eaf5644a23f530d93c7032b66193 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 4 Dec 2023 12:43:23 -0500 Subject: [PATCH] remove registries from dependabot --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a37c420fb..8e23bdd04 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,6 @@ updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" - registries: "*" target-branch: "develop" allow: - dependency-type: direct @@ -19,7 +18,6 @@ updates: # Maintain dependencies for npm - package-ecosystem: "npm" directory: "/" - registries: "*" target-branch: "develop" allow: - dependency-type: direct @@ -43,7 +41,6 @@ updates: # Maintain dependencies for Composer - package-ecosystem: "composer" directory: "/" - registries: "*" target-branch: "develop" schedule: interval: "daily"