mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
rename
This commit is contained in:
parent
7c8209bb7c
commit
ac583e37d5
1 changed files with 0 additions and 0 deletions
29
example/renovate-config.json
Normal file
29
example/renovate-config.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue