-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
6,503 additions
and
16,406 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
version: 2 | ||
updates: | ||
# Enable version updates for library itself | ||
- package-ecosystem: "npm" | ||
# Look for `package.json` and `lock` files in the `root` directory | ||
directory: "/" | ||
# Check the npm registry for updates every day (weekdays) | ||
schedule: | ||
interval: "daily" | ||
# Enable version updates for the website tooling | ||
- package-ecosystem: "pip" | ||
# Look for `package.json` and `lock` files in the `root` directory | ||
directory: "/docs" | ||
# Check the npm registry for updates every day (weekdays) | ||
schedule: | ||
interval: "daily" | ||
# Enable version updates for our CI tooling | ||
# Enable version updates for our CI github-actions. | ||
- package-ecosystem: "github-actions" | ||
# For GitHub Actions, setting the directory to / will check for workflow | ||
# files in .github/workflows. | ||
directory: "/" | ||
# Check the npm registry for updates every day (weekdays) | ||
schedule: | ||
interval: "daily" | ||
interval: "weekly" | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
open-pull-requests-limit: 10 | ||
# The following is required for workspaces to be updated: see https://github.com/dependabot/dependabot-core/issues/5226. | ||
versioning-strategy: increase | ||
- package-ecosystem: npm | ||
directory: "/e2e/browser/test-app" | ||
schedule: | ||
interval: weekly | ||
open-pull-requests-limit: 10 |
3 changes: 0 additions & 3 deletions
3
.github/disabled-workflows/cd-packaging-tests/bundler-parcel/index.ts
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
.github/disabled-workflows/cd-packaging-tests/bundler-parcel/package.json
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
.github/disabled-workflows/cd-packaging-tests/bundler-webpack/package.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
.github/disabled-workflows/cd-packaging-tests/bundler-webpack/src/index.js
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
.github/disabled-workflows/cd-packaging-tests/node/commonjs.cjs
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
.github/disabled-workflows/cd-packaging-tests/node/esmodule.mjs
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
.github/disabled-workflows/cd-packaging-tests/node/package.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.