-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
39 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters