Add a test dependabot.yml file and see to see what it picks up. (#3756)

Might need to add the project file manually?
This commit is contained in:
Doug 2025-02-07 10:29:09 +00:00 committed by GitHub
parent ac34f9f208
commit ffb72a3ee6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "swift"
directories:
- "/"
schedule:
interval: "daily"