aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-04-19 20:11:29 -0600
committerLibravatar GitHub <noreply@github.com>2024-04-19 20:11:29 -0600
commit7ab6497fbd7bc64c3f2b17b587d273c9bbd155c8 (patch)
treef832bdb3de79c6126cb864a52bd0a2d5b870a717
parentUpgrade node and pnpm (diff)
downloadferdium-recipes-main.tar.gz
ferdium-recipes-main.tar.zst
ferdium-recipes-main.zip
chore: remove dependabot config (#532)main
- delete `dependabot.yml`
-rw-r--r--.github/dependabot.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 26048be..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,11 +0,0 @@
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"