mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-15 16:32:36 +00:00
fix(example): correctly specify minimumReleaseAge (#963)
Co-authored-by: Reuben D'Souza <46090211+reubenjds@users.noreply.github.com>
This commit is contained in:
parent
ddd20f28b1
commit
6681b3f58b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
"lockFileMaintenance"
|
"lockFileMaintenance"
|
||||||
],
|
],
|
||||||
"dependencyDashboardApproval": false,
|
"dependencyDashboardApproval": false,
|
||||||
"minimumReleaseAge": 0
|
"minimumReleaseAge": "1 day"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue