aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-11 09:36:52 +0000
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-11 10:00:45 +0000
commit310e2040381ccba97098a19aafb9e23fc8d7d39b (patch)
tree6af094bc696e9252ffd563953892b7213000cc1f /.github
parentBump tj-actions/changed-files from 37 to 41 in /.github/workflows (diff)
downloadferdium-recipes-310e2040381ccba97098a19aafb9e23fc8d7d39b.tar.gz
ferdium-recipes-310e2040381ccba97098a19aafb9e23fc8d7d39b.tar.zst
ferdium-recipes-310e2040381ccba97098a19aafb9e23fc8d7d39b.zip
Update dependabot.yml to handle both app and GHA dependencies
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..26048be
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
1version: 2
2updates:
3 - package-ecosystem: "npm" # See documentation for possible values
4 directory: "/" # Location of package manifests
5 schedule:
6 interval: "daily"
7 # Maintain dependencies for GitHub Actions
8 - package-ecosystem: "github-actions"
9 directory: "/"
10 schedule:
11 interval: "daily"