From a8ff4465ae7787784c76ac4fadfa5a8ff1fb8e7d Mon Sep 17 00:00:00 2001 From: Daniel Eades Date: Sat, 27 Dec 2025 13:26:25 +0000 Subject: [PATCH] chore: extend dependabot config to include github actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a4f40779..aa569a05 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,9 @@ updates: ignore: - dependency-name: "schemars" versions: [">=0.9.0"] + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + ignore: + - dependency-name: dtolnay/rust-toolchain