From 8152f8c8d8f1962b63cef68d58598bc281d02e0c Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Thu, 27 Aug 2026 16:08:05 -0700 Subject: [PATCH 1/2] Configure monthly Dependabot updates Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..30b1e78 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,37 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "monthly" + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" + + - package-ecosystem: "cargo" + directory: "/deps/ntfind" + schedule: + interval: "monthly" + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" + + - package-ecosystem: "nuget" + directory: "/.pipelines" + schedule: + interval: "monthly" + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" From ce5223d2790f27b0b5d1b608dd8a553559097f1f Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Thu, 27 Aug 2026 16:33:34 -0700 Subject: [PATCH 2/2] Add Dependabot coverage for submodules Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30b1e78..13baf2a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,6 +24,15 @@ updates: - "minor" - "patch" + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "monthly" + groups: + submodule-updates: + patterns: + - "*" + - package-ecosystem: "nuget" directory: "/.pipelines" schedule: