forked from containers/automation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checked with: podman run -it \ -v ./renovate/defaults.json5:/usr/src/app/renovate.json5:z \ docker.io/renovate/renovate:latest \ renovate-config-validator Due the nested packageRules section in golang the auto migration is not working correctly and caused an error for us. This caused renovate to propse PRs without the proper settings. Fix the config by (hopefully) migrating correctly to the new format. The nested packageRule is now on the same level which should fix the breakage. The config validator is happy now but I have no way of actually testing if this still works correctly, I guess we will find out. Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information
Showing
1 changed file
with
62 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters