Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"minimumReleaseAge": null,
"prCreation": "immediate"
},
"postUpdateOptions": ["gomodTidy"]
"postUpdateOptions": [
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The JSON configuration appears to be syntactically invalid. Line 10 ends with a closing brace }, which suggests it is closing an object, but if the preceding section was packageRules (which is an array), it should be closed with a closing bracket ],. This syntax error will prevent Renovate from parsing the configuration file correctly.

"gomodTidy",
"gomodUpdateImportPaths"
]
}
Loading