From 67a96e084e3ee03ea55ca2d7b7e7d22dfb67ee72 Mon Sep 17 00:00:00 2001 From: Doug Date: Fri, 7 Feb 2025 10:22:30 +0000 Subject: [PATCH] Add a test dependabot.yml file and see to see what it picks up. Might need to add the project file manually? --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..8c9e00f323 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "swift" + directories: + - "/" + schedule: + interval: "daily"