From e1b8bf6026aee41a32b35536ab659109d5618ab5 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sun, 16 Nov 2025 20:03:45 +0400 Subject: [PATCH 1/2] Update `dependabot.yml` --- .github/dependabot.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0bda337 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,30 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + open-pull-requests-limit: 10 + schedule: + interval: daily + time: '07:00' + timezone: Europe/Berlin + assignees: + - ns-vasilev + reviewers: + - ns-vasilev + + - package-ecosystem: swift + directory: / + open-pull-requests-limit: 10 + schedule: + interval: daily + time: '07:00' + timezone: Europe/Berlin + assignees: + - ns-vasilev + reviewers: + - ns-vasilev \ No newline at end of file From bf9fe956ef0abe4899d5a80f903857f3b39e48e4 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sun, 16 Nov 2025 20:06:16 +0400 Subject: [PATCH 2/2] Update `CHANGELOG.md` --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b5df2..f72272a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,13 @@ All notable changes to this project will be documented in this file. - `1.1.x` Releases - [1.1.0](#110) - `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) -## [1.1.0](https://github.com/space-code/validator/releases/tag/1.2.0) +## [Unreleased] + +#### Added +- Add `dependabot.yml` + - Added in Pull Request [#21](https://github.com/space-code/validator/pull/21). + +## [1.2.0](https://github.com/space-code/validator/releases/tag/1.2.0) Released on 2025-11-13. #### Updated