draco_decoder 0.0.26

a draco decoder on rust (wip)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
  - package-ecosystem: "bundler"
    directory: "/docs"
    schedule:
      interval: "monthly"
    groups:
      doc-gems-security:
        applies-to: "security-updates"
        patterns:
          - "*"
    commit-message:
      include: "scope"