From 20532b54ecbbdd11377517f9089d6bc8d9efc38a Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 22 Jun 2026 13:07:26 -0400 Subject: [PATCH] add dependabot config --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..53f8242 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly"