aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-11 09:36:19 +0000
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-11 10:02:39 +0000
commit9e316ab00914a538b79db46c596f5f191ab3328c (patch)
tree2f706e1945a762e05b1ad917f167f057aeee9935
parentupgrade pnpm and other deps (#98) (diff)
downloadferdium-server-9e316ab00914a538b79db46c596f5f191ab3328c.tar.gz
ferdium-server-9e316ab00914a538b79db46c596f5f191ab3328c.tar.zst
ferdium-server-9e316ab00914a538b79db46c596f5f191ab3328c.zip
Update dependabot.yml to handle both app and GHA dependencies
-rw-r--r--.github/dependabot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2c7d170..26048be 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,5 +1,9 @@
1version: 2 1version: 2
2updates: 2updates:
3 - package-ecosystem: "npm" # See documentation for possible values
4 directory: "/" # Location of package manifests
5 schedule:
6 interval: "daily"
3 # Maintain dependencies for GitHub Actions 7 # Maintain dependencies for GitHub Actions
4 - package-ecosystem: "github-actions" 8 - package-ecosystem: "github-actions"
5 directory: "/" 9 directory: "/"