-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eslint update. Dependabot config. (#39)
- Loading branch information
Showing
15 changed files
with
2,364 additions
and
539 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,21 +1,48 @@ | ||
version: 2 | ||
updates: | ||
# Enable version updates for npm dependencies | ||
# Enable version updates for root dependencies | ||
- package-ecosystem: "npm" | ||
directory: "/" # Location of package.json file | ||
schedule: | ||
interval: "weekly" | ||
applies-to: | ||
- security-updates | ||
ignore: | ||
- dependency-type: "development" | ||
allow: | ||
- dependency-type: "production" | ||
- dependency-type: "all" | ||
update-types: ["security"] | ||
|
||
# Enable version updates for devtools extension dependencies | ||
- package-ecosystem: "npm" | ||
directory: "/packages/vscode-messenger-devtools" | ||
schedule: | ||
interval: "weekly" | ||
ignore: | ||
- dependency-type: "development" | ||
allow: | ||
- dependency-type: "all" | ||
update-types: ["security"] | ||
|
||
# Enable version updates for webview-ui dependencies | ||
- package-ecosystem: "npm" | ||
directory: "/packages/vscode-messenger-devtools/webview-ui" | ||
schedule: | ||
interval: "weekly" | ||
ignore: | ||
- dependency-type: "development" | ||
allow: | ||
- dependency-type: "all" | ||
update-types: ["security"] | ||
|
||
# Enable version updates for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" # Location of GitHub Actions workflows | ||
schedule: | ||
interval: "weekly" | ||
applies-to: | ||
- security-updates | ||
ignore: | ||
- dependency-type: "development" | ||
allow: | ||
- dependency-type: "production" | ||
- dependency-type: "all" | ||
update-types: ["security"] | ||
labels: | ||
- "dependencies" | ||
- "github-actions" |
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
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
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
Oops, something went wrong.