Skip to content

Commit

Permalink
Merge #311
Browse files Browse the repository at this point in the history
311: Deprecate repository r=brunoocasali a=bidoubiwa

As per the message in the readme: 

```
Dear Community,

We'd like to share some updates regarding the future maintenance of this repository:

Our team is small, and our availability will be reduced in the upcoming times. As such, we decided to deprecate this repository.
This means we wont be updating the package to be compatible with VuePress v2.

We still accept bug fixes from the community but no more enhancements.

Seeking immediate support? Please join us on our Discord channel.
```

Co-authored-by: Charlotte Vermandel <[email protected]>
Co-authored-by: cvermand <[email protected]>
  • Loading branch information
3 people authored Aug 31, 2023
2 parents 0ed0f01 + 0f7d962 commit c43ca16
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 25 deletions.
45 changes: 21 additions & 24 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
labels:
- 'skip-changelog'
- 'dependencies'
rebase-strategy: disabled
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
labels:
- 'skip-changelog'
- 'dependencies'
rebase-strategy: disabled

- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: "04:00"
open-pull-requests-limit: 10
labels:
- skip-changelog
- dependencies
versioning-strategy: increase
rebase-strategy: disabled
ignore:
- dependency-name: "eslint*"
- dependency-name: "babel-eslint"
- dependency-name: "@vue/*"
- dependency-name: "prettier"
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
time: '04:00'
open-pull-requests-limit: 10
labels:
- skip-changelog
- dependencies
versioning-strategy: increase
rebase-strategy: disabled
allow:
- dependency-name: 'docs-searchbar.js'
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@
<img src="https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/meilisearch_vuepress.svg" alt="Meilisearch-VuePress" width="200" height="200" />
</p>

<h1 align="center">Meilisearch VuePress</h1>
<h1 align="center">DEPRECATED - Meilisearch VuePress</h1>

---

🚨 DEPRECATION WARNING 🚨

Dear Community,

We'd like to share some updates regarding the future maintenance of this repository:

Our team is small, and our availability will be reduced in the upcoming times. As such, we decided to deprecate this repository.
This means we won't be updating the package to be compatible with VuePress v2.

We still accept bug fixes from the community but no more enhancements.

Seeking immediate support? Please join us on our Discord channel.

---

<h4 align="center">
<a href="https://github.com/meilisearch/meilisearch">Meilisearch</a> |
Expand Down

0 comments on commit c43ca16

Please sign in to comment.