From 57434519eab45b8a4c0489a3e756e2374d01639d Mon Sep 17 00:00:00 2001 From: Chris Collier Date: Mon, 5 Aug 2024 19:29:00 +0100 Subject: [PATCH] chore: Add dependabot to automate future dependency updates --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..9ec06cc --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly"