krz/octosentry

macOS menu bar app to monitor GitHub security alerts

clone: git clone https://gitbay.org/krz/octosentry.git

67315909833b043dfd3c04989edc155bd1d644e0

signed_unknown_key

author: Christian Cleberg <hello@cleberg.net> · 2026-08-22T23:00:17Z
committer: <noreply@github.com>

Drop the dependabot swift ecosystem (#43)

There is no Package.swift and no third-party dependencies, so it never
had anything to scan. github-actions stays.
 .github/dependabot.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ed2c821..6867e71 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,11 +5,6 @@
 
 version: 2
 updates:
-  - package-ecosystem: "swift" # See documentation for possible values
-    directory: "/" # Location of package manifests
-    schedule:
-      interval: "weekly"
-
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule: