This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | patch | -> | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>renovatebot/renovate (renovate/renovate)</summary> ### [`v39.86.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.86.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.86.4...39.86.5) ##### Miscellaneous Chores - **deps:** update dependency type-fest to v4.31.0 ([#​33363](https://redirect.github.com/renovatebot/renovate/issues/33363)) ([bea61f5](https://redirect.github.com/renovatebot/renovate/commit/bea61f528b0268ba2feb5243d484c7ef94d2ab12)) ##### Build System - **deps:** update dependency [@​renovatebot/osv-offline](https://redirect.github.com/renovatebot/osv-offline) to v1.5.11 ([#​33364](https://redirect.github.com/renovatebot/renovate/issues/33364)) ([dd90388](https://redirect.github.com/renovatebot/renovate/commit/dd903881c68ba39f71b0a7ee0d0c489098ecc03c)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
69 lines
1.5 KiB
YAML
69 lines
1.5 KiB
YAML
image:
|
|
repository: renovate/renovate
|
|
pullPolicy: IfNotPresent
|
|
tag: 39.86.5
|
|
|
|
workload:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
type: CronJob
|
|
schedule: "@hourly"
|
|
concurrencyPolicy: Allow
|
|
failedJobsHistoryLimit: 2
|
|
parallelism: 1
|
|
podSpec:
|
|
restartPolicy: OnFailure
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
env:
|
|
GITHUB_COM_TOKEN: '${GITHUB_PAT}'
|
|
# You can set RENOVATE_AUTODISCOVER to true to run Renovate on all repos you have push access to
|
|
RENOVATE_AUTODISCOVER: 'false'
|
|
RENOVATE_GIT_AUTHOR: 'Renovate Bot <bot@renovateapp.com>'
|
|
RENOVATE_PLATFORM: 'github'
|
|
RENOVATE_TOKEN: '${GITHUB_PAT}'
|
|
RENOVATE_CONFIG_FILE: /tmp/renovate/config.json
|
|
RENOVATE_BASE_DIR: ${GITHUB_WORKSPACE}
|
|
LOGLEVEL: debug
|
|
|
|
configmap:
|
|
config:
|
|
enabled: true
|
|
data:
|
|
config.json: |-
|
|
{
|
|
"repositories": ["truecharts/public"],
|
|
"dryRun" : "full"
|
|
}
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
persistence:
|
|
configmap-vol:
|
|
enabled: true
|
|
type: configmap
|
|
objectName: config
|
|
defaultMode: "0777"
|
|
mountPath: /tmp/renovate/config.json
|
|
subPath: config.json
|
|
items:
|
|
- key: config.json
|
|
path: config.json
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|