diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..10eb3d3d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: / + schedule: + interval: "monthly" + groups: + github-actions: + patterns: + - "*" + + - package-ecosystem: "swift" + directory: / + schedule: + interval: "monthly" + groups: + swift-minor: + update-types: + - "minor" + - "patch"