mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-28 23:49:47 +08:00
Merge pull request #66 from earthly/ido-renovate-schedule
Renovate Config - Set schedule and limit for PRs
This commit is contained in:
commit
dc23b463ab
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
@ -3,6 +3,11 @@
|
|||||||
extends: [
|
extends: [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
|
configMigration: true,
|
||||||
|
prHourlyLimit: 1,
|
||||||
|
schedule: [ // utc timezone
|
||||||
|
'after 6am on monday',
|
||||||
|
],
|
||||||
labels: [
|
labels: [
|
||||||
'renovate',
|
'renovate',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user