mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-15 16:32:36 +00:00
feat(config): add support for regular Renovate config files (#79)
This commit is contained in:
parent
3aa72249b9
commit
fa9be0537a
3 changed files with 41 additions and 15 deletions
29
example/renovate.json
Normal file
29
example/renovate.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"branchPrefix": "test-renovate/",
|
||||
"dryRun": true,
|
||||
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
||||
"logLevel": "debug",
|
||||
"onboarding": false,
|
||||
"platform": "github",
|
||||
"includeForks": true,
|
||||
"repositories": [
|
||||
"renovatebot/github-action",
|
||||
"renovate-tests/cocoapods1",
|
||||
"renovate-tests/gomod1"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "lockFileMaintenance",
|
||||
"updateTypes": [
|
||||
"pin",
|
||||
"digest",
|
||||
"patch",
|
||||
"minor",
|
||||
"major",
|
||||
"lockFileMaintenance"
|
||||
],
|
||||
"masterIssueApproval": false,
|
||||
"stabilityDays": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue