renovate.json 277 B

123456789101112
  1. {
  2. "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  3. "dependencyDashboard": true,
  4. "rangeStrategy": "update-lockfile",
  5. "packageRules": [
  6. {
  7. "matchUpdateTypes": ["patch", "pin", "digest"],
  8. "prPriority": 10,
  9. "automerge": true
  10. }
  11. ]
  12. }