renovate.json 329 B

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