enum_pipeline 2.0.0

Provides a way to use enums to describe and execute ordered data pipelines.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Basic dependabot.yml file with rust (cargo) configuration.

version: 2
updates:
  # Enable version updates for cargo (crates.io)
  - package-ecosystem: "cargo"
    # Look for `Cargo.toml` and `lock` files in the `root` directory
    directory: "/"
    # Check the registry for updates every day (weekdays)
    schedule:
      interval: "daily"