Rust implementation of the CVM algorithm for counting distinct elements in a stream

Add dependabot

Changed files
+7
.github
+7
.github/dependabot.yml
··· 1 + version: 2 2 + updates: 3 + - package-ecosystem: cargo 4 + directory: "/" 5 + schedule: 6 + interval: monthly 7 + open-pull-requests-limit: 10