# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.1.3](https://github.com/mateimicu/monorepo-dependabot-config/compare/v0.1.2...v0.1.3) - 2024-05-06 ### Added - add smoke test ### Fixed - *(test)* don't compare ordering in test - add pretty printing in tests - add test logging - *(ci)* run on custom runners - the directory should be relative to the working dir ### Other - Merge pull request [#8](https://github.com/mateimicu/monorepo-dependabot-config/pull/8) from mateimicu/add-smoke-test-and-update-docs - *(ci)* add tasks about CI - *(to-do)* move to-do to a separate file - make a list of default rules - remove unnecessary returns - restructure examples folders - decouple code ## [0.1.2](https://github.com/mateimicu/monorepo-dependabot-config/compare/v0.1.1...v0.1.2) - 2024-01-12 ### Other - Revert "ci: allow testing the build everywhere" - allow testing the build everywhere ## [0.1.1](https://github.com/mateimicu/monorepo-dependabot-config/compare/v0.1.0...v0.1.1) - 2024-01-12 ### Added - add config combining ### Other - improve readme