mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-13 07:22:36 +00:00
chore: set minimumReleaseAge to null (#972)
This commit is contained in:
parent
8a373e9176
commit
df0277db2a
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ module.exports = {
|
||||||
'lockFileMaintenance',
|
'lockFileMaintenance',
|
||||||
],
|
],
|
||||||
dependencyDashboardApproval: false,
|
dependencyDashboardApproval: false,
|
||||||
minimumReleaseAge: '0 days',
|
minimumReleaseAge: null,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue