diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bda337..b6621a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,11 @@ updates: - ns-vasilev reviewers: - ns-vasilev + commit-message: + prefix: "chore" + include: "scope" + labels: + - "dependencies" - package-ecosystem: swift directory: / @@ -27,4 +32,9 @@ updates: assignees: - ns-vasilev reviewers: - - ns-vasilev \ No newline at end of file + - ns-vasilev + commit-message: + prefix: "chore" + include: "scope" + labels: + - "dependencies" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index eb02336..c7f52c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ All notable changes to this project will be documented in this file. #### Updated - Update `Mintfile` - Updated in Pull Request [#22](https://github.com/space-code/validator/pull/22). +- Update `dependabot.yml` + - Updated in Pull Request [#28](https://github.com/space-code/validator/pull/28). ## [1.2.0](https://github.com/space-code/validator/releases/tag/1.2.0) Released on 2025-11-13.