aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-04-19 13:16:58 -0600
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-04-19 20:31:53 +0000
commitd4b7dc67db49a3f0cda1abbbd0747bbf136b5c26 (patch)
tree681176355b518de84031bd1ccbb743573f6b736b
parentMinor refactoring to move repeated code into utility class (diff)
downloadferdium-app-d4b7dc67db49a3f0cda1abbbd0747bbf136b5c26.tar.gz
ferdium-app-d4b7dc67db49a3f0cda1abbbd0747bbf136b5c26.tar.zst
ferdium-app-d4b7dc67db49a3f0cda1abbbd0747bbf136b5c26.zip
chore: remove dependabot config
- 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 26048beba..000000000
--- 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"