Commit Graph

9 Commits (76f7043417ba2f14cfdbe85d601d37faa320df83)

Author SHA1 Message Date
Andrew Lamb dcdd9b079d
chore: Run dependabot more frequently (#3998)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-10 11:40:09 +00:00
Marco Neumann 86772a6d20 ci: run yamllint 2021-11-29 15:11:15 +01:00
Raphael Taylor-Davies 4cc87fb184
chore: misc updates (#2886)
* chore: misc updates

* fix: don't downgrade nix

* chore: remove orphaned comment

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-19 11:47:27 +00:00
Raphael Taylor-Davies a647865e1a
revert: "build: pin smallvec" (#2740)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-05 19:23:00 +00:00
Dom 5abc55406d build: pin smallvec
Pin the smallvec version until the rest of the ecosystem catches up.

Fixes https://github.com/influxdata/influxdb_iox/issues/2735.
2021-10-05 16:27:00 +02:00
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