Add my-apps repo to renovate and set renovate to every 15 min (temp)
This commit is contained in:
parent
56fb0e40cd
commit
7fd1960ceb
@ -11,7 +11,8 @@ data:
|
|||||||
gitAuthor: "Renovate Bot <renovate@dvirlabs.com>",
|
gitAuthor: "Renovate Bot <renovate@dvirlabs.com>",
|
||||||
|
|
||||||
repositories: [
|
repositories: [
|
||||||
"dvirlabs/dev-tools"
|
"dvirlabs/dev-tools",
|
||||||
|
"dvirlabs/my-apps"
|
||||||
],
|
],
|
||||||
|
|
||||||
onboarding: false,
|
onboarding: false,
|
||||||
@ -80,7 +81,8 @@ metadata:
|
|||||||
name: renovate
|
name: renovate
|
||||||
namespace: infra
|
namespace: infra
|
||||||
spec:
|
spec:
|
||||||
schedule: "0 3 * * *"
|
# schedule: "0 3 * * *"
|
||||||
|
schedule: "*/15 * * * *"
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
successfulJobsHistoryLimit: 3
|
successfulJobsHistoryLimit: 3
|
||||||
failedJobsHistoryLimit: 3
|
failedJobsHistoryLimit: 3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user