From 0ca2887c2316692bca67beaf9bba8533b3cc1069 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sun, 16 Nov 2025 20:11:05 +0400 Subject: [PATCH 1/2] Add `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 20ccbbc71a0dd7161f44616338568b5bff8c85a6 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sun, 16 Nov 2025 20:11:37 +0400 Subject: [PATCH 2/2] Update `CHANGELOG.md` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8349491..6cb570e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file. #### Added - Add support for Swift 6.2 - Added in Pull Request [#21](https://github.com/space-code/typhoon/pull/21) +- Add `dependabot.yml` + - Added in Pull Request [#22](https://github.com/space-code/typhoon/pull/22) ## [1.2.1](https://github.com/space-code/typhoon/releases/tag/1.2.1)