diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..32e25341c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + commit-message: + # Prefix all commit messages with "deps: ", which should be + # accepted as a conventional commit and trigger release-please + prefix: "deps"