From efff823f017bb2612beb8dab60c96d30a46185be Mon Sep 17 00:00:00 2001 From: govinda kamath Date: Wed, 11 Sep 2024 23:40:34 -0700 Subject: [PATCH 1/2] ci: add dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..0695dd1e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" # Location of package manifests + 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" From 406a04086daa2d33d07f46c5559afe0a1c4695fb Mon Sep 17 00:00:00 2001 From: govinda kamath Date: Wed, 11 Sep 2024 23:48:55 -0700 Subject: [PATCH 2/2] remove bad comment --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0695dd1e..4ec45a9e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,5 @@ updates: interval: "weekly" commit-message: # Prefix all commit messages with "deps: ", which should be - # accepted as a conventional commit and trigger release-please + # accepted as a conventional commit prefix: "deps"