diff --git a/.repoxbot.config.json b/.repoxbot.config.json index fb8f76bd1d32..7405bab2321c 100644 --- a/.repoxbot.config.json +++ b/.repoxbot.config.json @@ -28,6 +28,8 @@ "^diff --git a/tools/.+$": "Tools", "^diff --git a/sound/.+$": "Sound", "^diff --git a/tgui/.+$": "UI", - "^diff --git a/config/.+$": "Config Update" + "^diff --git a/config/.+$": "Config Update", + "^diff --git a/code/controllers/configuration.dm": "Config Update", + "^diff --git a/code/modules/client/preferences_savefile.dm": "Preferences Update" } }