From 77cf05fe9c40efd53b2710fe90d664f12fc33c86 Mon Sep 17 00:00:00 2001 From: Christopher Monney Date: Thu, 30 Apr 2026 22:47:06 +0100 Subject: [PATCH] chore: add dependabot configuration for dependency updates --- .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..3f49800 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + groups: + minor-and-patch: + update-types: [ "minor", "patch" ] + open-pull-requests-limit: 5 + commit-message: + prefix: "chore(deps)" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "chore(actions)"