From 239d5d5c1520a001a0c3db04ae25a3fd2a395331 Mon Sep 17 00:00:00 2001 From: newtbytes <186638664+Newtbytes@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:07:59 -0700 Subject: [PATCH] Use Dependabot for Cargo, Docker, and GitHub Actions --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1860341 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"