Commit Graph

4 Commits (57ed72cd4084a391397eb3d83e3b0fe0b7c38d42)

Author SHA1 Message Date
Raphael Taylor-Davies 8385d8c7a9
fix: suppress dependabot thrift upgrade (#2639)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-09-27 19:44:53 +00:00
Marco Neumann 6c93d99483 chore: fix dependabot config
My mistake in #2597.
2021-09-21 15:45:18 +02:00
Marco Neumann ef5ab67c77 chore: upgrade azure dependencies 2021-09-21 13:35:11 +02:00
Jacob Marble e92206f924
feat: add dependabot GitHub action (#2301)
This change adds dependabot to the repository. Dependabot checks the
project "supply chain" (dependencies) for published vulnerabilities, and
automatically creates PRs to resolve those dependency version updates.

The result should look something like this PR:
https://github.com/influxdata/influxdb-pb-data-protocol/pull/3

This is my first dependabot configuration for Cargo/Rust. I used tokio
tracing for a quick sanity check:
4b75e54053/.github/dependabot.yml
2021-08-16 15:02:37 +00:00