diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b9ba159f7f..3859c6f19c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,19 @@ updates: prefix: build prefix-development: chore include: scope + # Update the root workspace (only). For now we don't include + # the contracts workspcae. + - package-ecosystem: cargo + directory: / + schedule: + interval: weekly + time: "12:20" + ignore: + - dependency-name: "cosmwasm-*" + - dependency-name: "cw*" + groups: + patch-updates: + patterns: + - "*" + update-types: + - "patch"