paupino / rust-decimal

Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
https://docs.rs/rust_decimal/
MIT License
972 stars 177 forks source link

Add dependabot #646

Closed oriontvv closed 6 months ago

oriontvv commented 6 months ago

This PR adds dependabot config

paupino commented 6 months ago

At this point, since we don't check in a Cargo.lock there is not need for automatic updates of it. I think the primary goal should be to set minimal dependencies we are compatible with that avoids breaking the ecosystem. As an example, we still support diesel 1 as well as diesel 2.

While I do appreciate the contribution, I'm going to close this for now to prevent additional noise. If perspectives change we can always reopen in the future.