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
21 changes: 2 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ updates:
# Check the npm registry for updates once a week
schedule:
interval: "weekly"
# The following is required for workspaces to be updated: see https://github.com/dependabot/dependabot-core/issues/5226.
versioning-strategy: increase
labels:
- "dependencies"
- "npm"
Expand All @@ -25,25 +27,6 @@ updates:
patterns:
- "@types/*"

# Enable weekly version updates for the test application
- package-ecosystem: "npm"
directory: "/e2e/browser/test-app"
schedule:
interval: "weekly"
ignore:
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
groups:
internal-tooling:
patterns:
- "@inrupt/internal-*"
- "@inrupt/base-*"
- "@inrupt/jest-*"
- "@inrupt/eslint-*"
external-types:
patterns:
- "@types/*"

# Enable version updates for the website tooling
- package-ecosystem: "pip"
directory: "/docs"
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 @@ -39,7 +39,6 @@ jobs:
# build
- run: npm run build
# setup
- run: npm run test:e2e:browser:build
# test
- # 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
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