diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..fff31c8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "swift" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "chore" + prefix-development: "chore" + include: "scope" + labels: + - "dependabot"