summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-27 20:38:21 +0900
committerOphestra <cat@gensokyo.uk>2025-06-27 20:38:56 +0900
commit394bf00ce1cfd2d6899df568c3338509d6acd490 (patch)
tree9ad248ad2831767015cd580f9c498e84df0f60e6 /.github/dependabot.yml
parent42c21ad90626346277861471b1d6896a4e2e5058 (diff)
workflows: workflows via nix
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index cbfbb4ba..00000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-version: 2
-updates:
- - package-ecosystem: github-actions
- directory: "/"
- schedule:
- interval: daily
- target-branch: main
- - package-ecosystem: npm
- directory: "/"
- schedule:
- interval: daily
- target-branch: main
- - package-ecosystem: pip
- directory: "/"
- schedule:
- interval: daily
- target-branch: main