struson 0.6.0

A low-level streaming JSON reader and writer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "monthly"

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
    ignore:
      # Ignore patch updates for 'taiki-e/install-action' because they seem to only update the tool
      # versions; however GitHub workflow here has intentionally pinned tool version
      - dependency-name: "taiki-e/install-action"
        update-types: ["version-update:semver-patch"]