version: 2 updates: # Update github actions: - package-ecosystem: github-actions directory: '/' labels: ["A1-insubstantial", "R0-silent"] schedule: interval: daily # Update Rust dependencies: - package-ecosystem: "cargo" directory: "/" labels: ["A1-insubstantial", "R0-silent"] schedule: interval: "daily" groups: # We assume these crates to be semver abiding and can therefore group them together. known_good_semver: patterns: - "syn" - "quote" - "log" - "paste" - "*serde*" - "clap" update-types: - "minor" - "patch"