diff options
| author | real-zephex <[email protected]> | 2024-05-27 12:41:30 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-27 12:41:30 +0530 |
| commit | cb06a184efc59ec6da77447a427394c58ea00e0d (patch) | |
| tree | d040dd7999b29f5cf94c3ac4d147aad40ef32503 | |
| parent | Merge pull request #32 from real-zephex/homepage-redesign (diff) | |
| parent | Update dependabot.yml (diff) | |
| download | dramalama-cb06a184efc59ec6da77447a427394c58ea00e0d.tar.xz dramalama-cb06a184efc59ec6da77447a427394c58ea00e0d.zip | |
Merge pull request #33 from avalynndev/patch-1
🔧 ci(dependabot): add npm to 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" |