aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-04-19 20:09:06 -0600
committerLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-04-19 20:09:06 -0600
commit0b9fe0b70bf1ab4fa9f9e4b1f3a708026fdfeeae (patch)
treee7aed2204eba6c10ef7ec54d4b5f76d161294e99
parentUpgrade python, node and pnpm (diff)
downloadferdium-server-chore/remove-dependabot-config.tar.gz
ferdium-server-chore/remove-dependabot-config.tar.zst
ferdium-server-chore/remove-dependabot-config.zip
chore: remove dependabot configchore/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 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"