dmarc-report-parser 0.2.2

An RFC 7489-compliant DMARC aggregate report parser
Documentation
version: 2

updates:
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: weekly
    commit-message:
      prefix: ci
    groups:
      actions:
        patterns:
          - "*"
    # dist generates release.yml, the only workflow with these two actions.
    # A bump from dependabot makes the file differ from dist and stops the
    # release run. dist-workspace.toml carries the versions instead.
    ignore:
      - dependency-name: actions/upload-artifact
      - dependency-name: actions/download-artifact

  # release-plz decides on the packaged contents of the crate, not on the
  # prefix, so a prefix that reads true is enough here.
  - package-ecosystem: cargo
    directory: /
    schedule:
      interval: weekly
    commit-message:
      prefix: build
      include: scope
    groups:
      cargo-deps:
        patterns:
          - "*"
        update-types:
          - minor
          - patch