mdcat 2.7.1

cat for markdown: Show markdown documents in terminals
Documentation
version: 2
updates:
  # Check for updates of actions every month.  Don't check crate updates,
  # because it creates way too many pull requests, and cargo update exists.
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: monthly
    assignees: [swsnr]
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: monthly
    assignees: [swsnr]
    # Ignore minor and patch updates; downstream consumers
    # can do these; we only need to check for semver
    # incompatible updates.
    ignore:
      - dependency-name: "*"
        update-types:
          - "version-update:semver-patch"
          - "version-update:semver-minor"