diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 39efafc05..ff07710fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,13 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: swift + directory: "/" + schedule: + interval: "daily" + ignore: + - dependency-name: "*" + allow: + - dependency-name: "PrivacyDashboard" + labels: + - dependencies