mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Merge #623
623: Add dependabot for GHA r=Kerollmops a=curquiza Same as we added in Meilisearch. Only runs once a month. https://github.com/meilisearch/meilisearch/blob/main/.github/dependabot.yml Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
commit
9e661f2cb9
1 changed files with 12 additions and 0 deletions
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue