From 412d5afcadb44a4bc26c27b61f073d8c70d1e4a7 Mon Sep 17 00:00:00 2001 From: Arnold Loubriat Date: Wed, 1 Oct 2025 01:37:45 +0200 Subject: [PATCH] chore: Configure dependabot --- .github/dependabot.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..006ea2f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,26 @@ +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "fix" + groups: + rust-crates: + patterns: + - "*" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "chore" + groups: + ci: + patterns: + - "*"