123456789101112 |
- {
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
- "dependencyDashboard": true,
- "rangeStrategy": "update-lockfile",
- "packageRules": [
- {
- "matchUpdateTypes": ["patch", "pin", "digest"],
- "prPriority": 10,
- "automerge": true
- }
- ]
- }
|