ewilken / hap-rs

Rust implementation of the Apple HomeKit Accessory Protocol (HAP)
Apache License 2.0
196 stars 33 forks source link

Add dependabot #81

Closed simlay closed 1 year ago

simlay commented 1 year ago

The update-types: ["version-update:semver-patch"] part will make this only be minor versions so it shouldn't be too noisy.

ewilken commented 1 year ago

Hm, looks like Dependabot is attempting to update a bunch of minor versions of 0.x crates, resulting in invalid PRs with breaking changes 😕

simlay commented 1 year ago

Hm, looks like Dependabot is attempting to update a bunch of minor versions of 0.x crates, resulting in invalid PRs with breaking changes 😕

Yeah, those are the minor version bumps that can have breaking changes in the dependency. It creates a little bit of noise but also helps to show which dependency upgrades require human touch. Anyway, if that's not wanted lets revert this PR.