diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..13baf2a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,46 @@ +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: "gitsubmodule" + directory: "/" + schedule: + interval: "monthly" + groups: + submodule-updates: + patterns: + - "*" + + - package-ecosystem: "nuget" + directory: "/.pipelines" + schedule: + interval: "monthly" + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch"