diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5de6e1f9..a8ad04f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + groups: + docusaurus: + patterns: + - "@docusaurus/*" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9b28ef..816042af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### 🔧 Internal changes - Update GitHub Actions workflow to execute build on every pull request (and deployment only on changes to `master`) +- Create dependabot group for `@docusaurus` dependencies ## [0.3.1] - 2024-08-02