From 69d125b3c9805b7ad3c59983a94a07030c8e105c Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Tue, 18 Nov 2025 23:24:38 +0400 Subject: [PATCH 1/2] chore(dependabot): update `dependabot.yml` --- .github/dependabot.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 From 8907043383bd2006cec32ead3704fdbce5c933c3 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Tue, 18 Nov 2025 23:30:55 +0400 Subject: [PATCH 2/2] docs(changelog): update `CHANGELOG.md` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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.