Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ updates:
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "weekly"
# The following is required for workspaces to be updated: see https://github.com/dependabot/dependabot-core/issues/5226.
versioning-strategy: increase
ignore:
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
Expand All @@ -23,20 +25,6 @@ updates:
patterns:
- "@types/*"

- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/e2e/browser/test-app/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "weekly"
ignore:
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
groups:
external-types:
patterns:
- "@types/*"

# Enable version updates for the website tooling
- package-ecosystem: "pip"
# Look for `package.json` and `lock` files in the `root` directory
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- run: npm ci
- run: npm run build
- run: npx playwright install --with-deps
- run: npm run test:e2e:browser:setup
- # Dependabot cannot access secrets, so it doesn't have a token to authenticate to ESS.
# We want jobs in this workflow to be gating PRs, so the whole matrix must
# run even for dependabot so that the matrixed jobs are skipped, instead
Expand Down
7 changes: 7 additions & 0 deletions e2e/browser/test-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ yarn-error.log*

# typescript
*.tsbuildinfo

# next 16.3+ generates these on `next dev`
/AGENTS.md
/CLAUDE.md

# managed by Next.js, see https://nextjs.org/docs/app/api-reference/config/typescript#next-envdts
next-env.d.ts
5 changes: 0 additions & 5 deletions e2e/browser/test-app/next-env.d.ts

This file was deleted.

Loading
Loading