diff options
| author | Avalynn <[email protected]> | 2024-05-27 10:45:38 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-27 10:45:38 +0530 |
| commit | 3fdb757534ec4f4b88b51cd7161c5a413a747926 (patch) | |
| tree | d040dd7999b29f5cf94c3ac4d147aad40ef32503 | |
| parent | Merge pull request #32 from real-zephex/homepage-redesign (diff) | |
| download | dramalama-3fdb757534ec4f4b88b51cd7161c5a413a747926.tar.xz dramalama-3fdb757534ec4f4b88b51cd7161c5a413a747926.zip | |
Update dependabot.yml
| -rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f55afd4..b417983 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily" |