diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index e69de29..1f9a015 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + reviewers: + - "@me" + assignees: + - "@me" + commit-message: + prefix: "cargo" + include: "scope"