diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46f3a0c..c9fff12 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,8 @@ updates: schedule: interval: "weekly" ignore: - - dependency-name: "wasmtime" \ No newline at end of file + - dependency-name: "wasmtime" + groups: + patch: + update-types: + - "patch"