aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-11 09:36:38 +0000
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-11 10:01:38 +0000
commit83c436e61a289bca62ac8979ffa5b08bf750bee0 (patch)
tree4d14f2dea97cac2141f384e2f131f4ebe1db87da
parentUpgrade electron to '29.0.0-beta.8' (diff)
downloadferdium-app-83c436e61a289bca62ac8979ffa5b08bf750bee0.tar.gz
ferdium-app-83c436e61a289bca62ac8979ffa5b08bf750bee0.tar.zst
ferdium-app-83c436e61a289bca62ac8979ffa5b08bf750bee0.zip
Update dependabot.yml to handle both app and GHA dependencies
-rw-r--r--.github/dependabot.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3a3cce576..26048beba 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,11 +1,11 @@
1# To get started with Dependabot version updates, you'll need to specify which
2# package ecosystems to update and where the package manifests are located.
3# Please see the documentation for all configuration options:
4# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
6version: 2 1version: 2
7updates: 2updates:
8 - package-ecosystem: "npm" # See documentation for possible values 3 - package-ecosystem: "npm" # See documentation for possible values
9 directory: "/" # Location of package manifests 4 directory: "/" # Location of package manifests
10 schedule: 5 schedule:
11 interval: "weekly" 6 interval: "daily"
7 # Maintain dependencies for GitHub Actions
8 - package-ecosystem: "github-actions"
9 directory: "/"
10 schedule:
11 interval: "daily"