diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..e72beac3f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly" + target-branch: "master" + cooldown: + default-days: 7 + groups: + all-dependencies: + patterns: + - "*" + update-types: + - "minor" + - "patch"