mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
chore: update config
This commit is contained in:
parent
abf5741d2d
commit
394848805b
2 changed files with 17 additions and 5 deletions
15
.github/config.js
vendored
15
.github/config.js
vendored
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
branchPrefix: 'ga-renovate/',
|
||||
branchPrefix: 'test-renovate/',
|
||||
dryRun: true,
|
||||
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
||||
logLevel: 'debug',
|
||||
|
|
@ -9,9 +9,16 @@ module.exports = {
|
|||
packageRules: [
|
||||
{
|
||||
description: 'lockFileMaintenance',
|
||||
updateTypes: ['lockFileMaintenance'],
|
||||
enabled: true,
|
||||
schedule: [],
|
||||
updateTypes: [
|
||||
'pin',
|
||||
'digest',
|
||||
'patch',
|
||||
'minor',
|
||||
'major',
|
||||
'lockFileMaintenance',
|
||||
],
|
||||
masterIssueApproval: false,
|
||||
stabilityDays: 0,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue