mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 03:55:07 +08:00
Merge #4065
4065: Dependency issue every 6 months r=curquiza a=curquiza To avoid spending too much time on it (1 every two sprints) If you disagree `@Kerollmops,` for security or any reason, please close the PR Co-authored-by: Clémentine U. - curqui <clementine@meilisearch.com>
This commit is contained in:
commit
1806c04a9a
4
.github/workflows/dependency-issue.yml
vendored
4
.github/workflows/dependency-issue.yml
vendored
@ -2,8 +2,8 @@ name: Create issue to upgrade dependencies
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Run the first of the month, every 3 month
|
||||
- cron: '0 0 1 */3 *'
|
||||
# Run the first of the month, every 6 month
|
||||
- cron: '0 0 1 */6 *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user