From f2d354f6ecf7f23d92c10194741dcdec955d37c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Mon, 26 Aug 2024 14:07:16 +0200 Subject: [PATCH] Enable dependabot version upgrades for root rust workspace (#4778) * Enable dependabot version upgrades for root rust workspace * Group patch updates * Fix syntax * Add explicit time * Set it to 12:20 during testing --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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"