File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : github-actions
9+ directory : /
10+ open-pull-requests-limit : 10
11+ schedule :
12+ interval : daily
13+ time : ' 07:00'
14+ timezone : Europe/Berlin
15+ assignees :
16+ - ns-vasilev
17+ reviewers :
18+ - ns-vasilev
19+
20+ - package-ecosystem : swift
21+ directory : /
22+ open-pull-requests-limit : 10
23+ schedule :
24+ interval : daily
25+ time : ' 07:00'
26+ timezone : Europe/Berlin
27+ assignees :
28+ - ns-vasilev
29+ reviewers :
30+ - ns-vasilev
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file.
1212#### Added
1313- Add support for Swift 6.2
1414 - Added in Pull Request [ #21 ] ( https://github.com/space-code/typhoon/pull/21 )
15+ - Add ` dependabot.yml `
16+ - Added in Pull Request [ #22 ] ( https://github.com/space-code/typhoon/pull/22 )
1517
1618## [ 1.2.1] ( https://github.com/space-code/typhoon/releases/tag/1.2.1 )
1719
You can’t perform that action at this time.
0 commit comments