Skip to content

Merge branch 'main' into snyk-upgrade-116eeee240f19a20f39e92d734dc419c #56

Merge branch 'main' into snyk-upgrade-116eeee240f19a20f39e92d734dc419c

Merge branch 'main' into snyk-upgrade-116eeee240f19a20f39e92d734dc419c #56

Workflow file for this run

version: 2
updates:
# Enable version updates for application 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: "weekly"
# Enable version updates for our CI tooling.
- 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: "weekly"
# Enable version updates for embedded demo app
- package-ecosystem: "npm"
# Look for `package.json` and `package-lock.json` files in the `e2e/browser/test-app` directory.
directory: "/e2e/test-app"
# Check the npm registry for updates every day (weekdays).
schedule:
interval: "weekly"