diff --git a/atmos.yaml b/atmos.yaml index c2a283efc..aa6e2bba3 100644 --- a/atmos.yaml +++ b/atmos.yaml @@ -316,12 +316,6 @@ settings: # deep-merged with all items in the source list. list_merge_strategy: replace -version: - check: - enabled: true - timeout: 1000 # ms - frequency: 1h - # Terminal settings for displaying content terminal: max_width: 120 # Maximum width for terminal output @@ -357,3 +351,9 @@ version: line_numbers: true wrap: false +version: + check: + enabled: true + timeout: 1000 # ms + frequency: 1h +