shipflow 0.1.4

A minimalist, git-aware CLI for tracking what you ship
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: 2
updates:
  - package-ecosystem: cargo
    directory: "/"
    schedule:
      interval: weekly
    open-pull-requests-limit: 10

  # Only bump actions in hand-written workflows (ci.yml, publish-crates.yml).
  # release.yml is generated by cargo-dist — run `dist generate` to update it.
  - package-ecosystem: github-actions
    directory: "/"
    schedule:
      interval: weekly
    ignore:
      - dependency-name: "actions/checkout"
      - dependency-name: "actions/upload-artifact"
      - dependency-name: "actions/download-artifact"