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
This commit is contained in:
Jon Häggblad
2024-08-26 14:07:16 +02:00
committed by GitHub
parent 72c86ebe7c
commit f2d354f6ec
+16
View File
@@ -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"