it-tools/renovate.json

12 lines
218 B
JSON
Raw Normal View History

2024-01-23 18:51:00 -05:00
{
2024-01-23 19:08:04 -05:00
"configMigration": true,
2024-01-30 20:56:57 -05:00
"branchConcurrentLimit": 10,
"prHourlyLimit": 25
2024-01-23 19:03:43 -05:00
"extends": [
2024-01-23 19:08:04 -05:00
"config:recommended",
"docker:pinDigests",
"helpers:pinGitHubActionDigests",
":pinDevDependencies"
2024-01-23 19:03:43 -05:00
]
2024-01-23 18:51:00 -05:00
}