diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..36752048a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + open-pull-requests-limit: 1 + schedule: + interval: "weekly" + cooldown: + default-days: 3 + groups: + patch-versions: + update-types: + - "patch" + + - package-ecosystem: "github-actions" + directory: "/" + open-pull-requests-limit: 5 + schedule: + interval: "monthly"