From 8c7116599904e56a9421ab4e75baf2dbef47ba55 Mon Sep 17 00:00:00 2001 From: 1wgrumph <1wgrumph@gmail.com> Date: Fri, 11 Sep 2026 02:02:13 -0500 Subject: [PATCH] build(ci): add monthly grouped Dependabot updates --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a8af9e7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "monthly" + groups: + dependencies: + patterns: + - "*" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + actions: + patterns: + - "*"