native_model 0.3.20

A thin wrapper around serialized data which add information of identity and version.
Documentation
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["config:base"],
  "semanticCommits": "enabled",
  "semanticCommitType": "chore",
  "semanticCommitScope": "deps",
  "platformAutomerge": true,
  "packageRules": [
    {
      "description": "Automerge non-major updates",
      "matchUpdateTypes": ["minor", "patch"],
      "automerge": true
    },
    {
        "description": "Automerge actions",
        "matchDepTypes": ["action"],
        "matchUpdateTypes": ["major", "minor", "patch"],
        "automerge": true
    }
  ]
}