it-tools/renovate.json

14 lines
276 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,
2024-01-30 20:58:29 -05:00
"prHourlyLimit": 25,
2024-01-30 21:07:07 -05:00
"recreateWhen": "always",
2024-01-31 10:51:46 -05:00
"prCreation": "immediate",
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
}