-
Notifications
You must be signed in to change notification settings - Fork 536
v4 - Remove azureedge.net fallback logic and update install scripts
#572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
09ddc95
f52b857
aaf97af
0afe910
a1362b1
64ef90d
dde6ed4
312555a
af14fc7
f2a38b9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # To get started with Dependabot version updates, you'll need to specify which | ||
| # package ecosystems to update and where the package manifests are located. | ||
| # Please see the documentation for all configuration options: | ||
| # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
|
||
| version: 2 | ||
| updates: | ||
| # Enable version updates for npm | ||
| - 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: 'weekly' | ||
|
|
||
| # Enable version updates for GitHub Actions | ||
| - package-ecosystem: 'github-actions' | ||
| # Workflow files stored in the default location of `.github/workflows` | ||
| # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`. | ||
| directory: '/' | ||
| schedule: | ||
| interval: 'weekly' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.