Add my-apps repo to renovate and set renovate to every 15 min (temp)

This commit is contained in:
dvirlabs 2026-06-11 10:47:02 +03:00
parent 56fb0e40cd
commit 7fd1960ceb

View File

@ -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