{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["config:recommended"],
  "rangeStrategy": "bump",
  "packageRules": [
    {
      "description": "Keep GitHub Actions pinned and updated deliberately.",
      "matchManagers": ["github-actions"],
      "pinDigests": true
    }
  ]
}
