From e47ce34880a3b23b8e031a97c14e221d6447c632 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Sun, 5 Jul 2026 09:28:40 +0100 Subject: [PATCH] ci: add dependabot configuration --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6d4a05f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + cooldown: + default-days: 7 + + - package-ecosystem: cargo + directory: / + schedule: + interval: monthly + groups: + rust-deps: + patterns: + - '*' + cooldown: + default-days: 7