Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependabot.yml #34

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 22 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,26 @@

version: 2
updates:
- package-ecosystem: "swift" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 10
schedule:
interval: "daily"
interval: daily
time: '07:00'
timezone: Europe/Berlin
assignees:
- nik3212
reviewers:
- nik3212

- package-ecosystem: swift
directory: /
open-pull-requests-limit: 10
schedule:
interval: daily
time: '07:00'
timezone: Europe/Berlin
assignees:
- nik3212
reviewers:
- nik3212
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
- Implement asynchronous transaction completion
- Added in Pull Request [#25](https://github.com/space-code/flare/pull/25).

## Updated
- Update the `dependabot.yml` configuration
- Updated in Pull Request [#34](https://github.com/space-code/flare/pull/34)

## Fixed
- Fix handling of cancelling operations
- Fixed in Pull Request [#26](https://github.com/space-code/flare/pull/26).
Expand Down
Loading