diff options
author | Michael Kriese <michael.kriese@visualon.de> | 2024-03-25 13:57:44 +0100 |
---|---|---|
committer | Michael Kriese <michael.kriese@visualon.de> | 2024-03-25 13:58:51 +0100 |
commit | 8f1c26aa54a4e99020a57d1716f390f40c263d09 (patch) | |
tree | e834ac060aa8cf3b7f3813c0ff3038ee4e6555d8 /renovate.json | |
parent | Merge pull request 'Update renovate config' (#2783) from viceice/forgejo:chor... (diff) | |
download | forgejo-8f1c26aa54a4e99020a57d1716f390f40c263d09.tar.xz forgejo-8f1c26aa54a4e99020a57d1716f390f40c263d09.zip |
Update renovate config
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index a407240469..9fe8061457 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "extends": ["config:best-practices", ":approveMajorUpdates"], "ignorePresets": [":semanticPrefixFixDepsChoreOthers"], "semanticCommits": "disabled", - "postUpdateOptions": ["gomodUpdateImportPaths", "npmDedupe"], + "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"], "platformAutomerge": false, "packageRules": [ { |