diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a8ad04f..16cda6f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,6 @@ updates: docusaurus: patterns: - "@docusaurus/*" + mui: + patterns: + - "@mui/*" diff --git a/CHANGELOG.md b/CHANGELOG.md index 816042a..774643f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Update GitHub Actions workflow to execute build on every pull request (and deployment only on changes to `master`) - Create dependabot group for `@docusaurus` dependencies +- Create dependabot group for `@mui` dependencies ## [0.3.1] - 2024-08-02