diff --git a/.github/workflows/scripts/changelog/README.md b/.github/workflows/scripts/changelog/README.md index ab3d0246..32c3827c 100644 --- a/.github/workflows/scripts/changelog/README.md +++ b/.github/workflows/scripts/changelog/README.md @@ -23,6 +23,7 @@ Use the following labels to assign a pull request to a section: - `type/feat` -> New features - `type/fix` -> Bug fixes - `type/sec` -> Security +- `type/deps` -> Dependencies - `type/deprecation` -> Deprecation - `type/dev` -> Development - `type/test` -> Tests diff --git a/.github/workflows/scripts/changelog/changelog_config.json b/.github/workflows/scripts/changelog/changelog_config.json index 8694410f..4f6b0095 100644 --- a/.github/workflows/scripts/changelog/changelog_config.json +++ b/.github/workflows/scripts/changelog/changelog_config.json @@ -64,6 +64,10 @@ "id": "sec", "text": "Security" }, + { + "id": "deps", + "text": "Dependencies" + }, { "id": "deprecation", "text": "Deprecation"