Skip to content

Commit

Permalink
remove registries from dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 4, 2023
1 parent 46a3b34 commit 7fcff78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
registries: "*"
target-branch: "develop"
allow:
- dependency-type: direct
Expand All @@ -19,7 +18,6 @@ updates:
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
registries: "*"
target-branch: "develop"
allow:
- dependency-type: direct
Expand All @@ -43,7 +41,6 @@ updates:
# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
registries: "*"
target-branch: "develop"
schedule:
interval: "daily"
Expand Down

0 comments on commit 7fcff78

Please sign in to comment.