diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0f8f7ed67..8439109bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d4ebef8..5120fbf7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).