fix: breaking changes from upstream
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Breaking changes in v30 leads to breaking changes in this helm chart. By default renovate does not look anymore after config.json files. Only if RENOVATE_CONFIG_FILE environment is defined and points to a config file in json format. To fix the changes and alternatively support config files in javaScript format, appConfig became a dictonary to specify the config as well as the file extension.
This commit is contained in:
parent
a3d1eb7cd9
commit
7fca7a2c40
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: renovate
|
||||
description: Helm chart for renovate bot
|
||||
type: application
|
||||
version: 0.2.0
|
||||
version: 1.0.0
|
||||
appVersion: "31.11.2-slim"
|
||||
icon: https://avatars3.githubusercontent.com/u/38656520?s=400&v=4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user