This commit is contained in:
Rhys Arkins 2024-05-04 15:07:58 +02:00
parent 7c8209bb7c
commit ac583e37d5
No known key found for this signature in database
GPG key ID: 4B50341A77CC799B

View file

@ -0,0 +1,29 @@
{
"branchPrefix": "test-renovate/",
"dryRun": "full",
"username": "renovate-release",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"onboarding": false,
"platform": "github",
"includeForks": true,
"repositories": [
"renovatebot/github-action",
"renovate-tests/cocoapods1",
"renovate-tests/gomod1"
],
"packageRules": [
{
"description": "lockFileMaintenance",
"matchUpdateTypes": [
"pin",
"digest",
"patch",
"minor",
"major",
"lockFileMaintenance"
],
"dependencyDashboardApproval": false,
"stabilityDays": 0
}
]
}