mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
chore: fix renovate example (#895)
This commit is contained in:
parent
2bf094e443
commit
f5682e797e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ module.exports = {
|
||||||
'lockFileMaintenance',
|
'lockFileMaintenance',
|
||||||
],
|
],
|
||||||
dependencyDashboardApproval: false,
|
dependencyDashboardApproval: false,
|
||||||
minimumReleaseAge: 0,
|
minimumReleaseAge: '0 days',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue