From 41a445193424d4704d843cdacaa961172db51114 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Mon, 18 Mar 2024 09:28:50 +0000 Subject: [PATCH] add dependabot --- .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..2e384b6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "monthly" + groups: + rust-deps: + patterns: + - "*" + + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + actions: + patterns: + - "*"