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>",
repositories: [
"dvirlabs/dev-tools"
"dvirlabs/dev-tools",
"dvirlabs/my-apps"
],
onboarding: false,
@ -80,7 +81,8 @@ metadata:
name: renovate
namespace: infra
spec:
schedule: "0 3 * * *"
# schedule: "0 3 * * *"
schedule: "*/15 * * * *"
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3