mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
fix: revert back to stabilityDays. update updateTypes to matchUpdateTypes
This commit is contained in:
parent
6b63dfb3e4
commit
732b690534
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
packageRules: [
|
||||
{
|
||||
description: 'lockFileMaintenance',
|
||||
updateTypes: [
|
||||
matchUpdateTypes: [
|
||||
'pin',
|
||||
'digest',
|
||||
'patch',
|
||||
|
|
@ -23,7 +23,7 @@ module.exports = {
|
|||
'lockFileMaintenance',
|
||||
],
|
||||
dependencyDashboardApproval: false,
|
||||
matchUpdateTypes: 0,
|
||||
stabilityDays: 0,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue