Skip to content

Commit

Permalink
Don't create PRs for NPM dependencies; the pull requests fail the tes…
Browse files Browse the repository at this point in the history
…ts because secrets cannot be accessed by dependabot
  • Loading branch information
tvdijen committed Feb 5, 2024
1 parent 9339a45 commit f9f4faf
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit f9f4faf

Please sign in to comment.