Skip to content

Commit cc60883

Browse files
authored
Add dependabot.yml (#22)
* Add `dependabot.yml` * Update `CHANGELOG.md`
1 parent e91adcd commit cc60883

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.github/dependabot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)