aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-05-06 16:21:50 +0200
committerBadlop <badlop@process-one.net>2022-05-06 17:30:21 +0200
commitfbeaa2e03a0a295301ff67e7e0ac1d452d55e3b2 (patch)
treee014b9fa0d6509c84b9adf1042341c790d25852a /.github
parentUpdate version to 22.05 (diff)
Remove dependabot because it gets fired in forks too
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index c65905e20..000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-version: 2
-
-updates:
-
- - package-ecosystem: "docker"
- directory: "/.github/container/"
- schedule:
- interval: "weekly"
-
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "weekly"
-
- - package-ecosystem: "mix"
- directory: "/"
- schedule:
- interval: "weekly"