file-identify 0.4.0

File identification library for Rust - detects file types based on extensions, shebangs, and content
Documentation
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:recommended",
    ":semanticCommits"
  ],
  "labels": ["dependencies"],
  "cargo": {
    "enabled": true
  },
  "packageRules": [
    {
      "matchManagers": ["cargo"],
      "matchUpdateTypes": ["minor", "patch"],
      "automerge": true,
      "groupName": "rust minor/patch updates"
    },
    {
      "matchManagers": ["github-actions"],
      "automerge": true,
      "groupName": "github actions updates"
    }
  ]
}