Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ updates:
- ns-vasilev
reviewers:
- ns-vasilev
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependencies"

- package-ecosystem: swift
directory: /
Expand All @@ -27,4 +32,9 @@ updates:
assignees:
- ns-vasilev
reviewers:
- ns-vasilev
- ns-vasilev
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependencies"
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down