Skip to content

Commit ddeda7f

Browse files
authored
fix(dependabot): Remove invalid registries section from config (#41)
Remove the registries block from .github/dependabot.yml which was missing the required username and password properties. This change ensures that Dependabot parses the configuration correctly and operates without error.
1 parent f5d4182 commit ddeda7f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
version: 2
2-
registries:
3-
packagist:
4-
type: composer-repository
5-
url: "https://repo.packagist.org"
62
updates:
73
- package-ecosystem: "composer"
84
directory: "/"
9-
registries:
10-
- packagist
115
schedule:
126
interval: "daily"
137
commit-message:

0 commit comments

Comments
 (0)