diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 39efafc05..3cd030c3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "swift" # For Swift package updates + directory: "/" # Location of Package.swift file + schedule: + interval: "daily" \ No newline at end of file