From f9f4faf1fa944341bee76731c78aee55107da6b6 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Mon, 5 Feb 2024 22:17:03 +0100 Subject: [PATCH] Don't create PRs for NPM dependencies; the pull requests fail the tests because secrets cannot be accessed by dependabot --- .github/dependabot.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 090c835..1525f50 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -45,18 +45,6 @@ updates: - "minor" - "patch" - - package-ecosystem: "npm" # See documentation for possible values - target-branch: release-2.0 - directory: "/" # Location of package manifests - schedule: - interval: "daily" - groups: - dev-dependencies: - dependency-type: "development" - update-types: - - "minor" - - "patch" - - package-ecosystem: "composer" # See documentation for possible values target-branch: release-2.1 directory: "/" # Location of package manifests @@ -68,15 +56,3 @@ updates: update-types: - "minor" - "patch" - - - package-ecosystem: "npm" # See documentation for possible values - target-branch: release-2.1 - directory: "/" # Location of package manifests - schedule: - interval: "daily" - groups: - dev-dependencies: - dependency-type: "development" - update-types: - - "minor" - - "patch"