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 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