mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-04 20:18:55 +01:00
13 lines
256 B
YAML
13 lines
256 B
YAML
# Set update schedule for GitHub Actions only
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
labels:
|
|
- 'skip changelog'
|
|
- 'dependencies'
|
|
rebase-strategy: disabled
|