Skip to content

Commit

Permalink
Tidy up sandbox dependencies (#7550)
Browse files Browse the repository at this point in the history
* Remove all ESLint dependencies from sandbox

* Remove redundant sandbox overrides

* Clean up the Dependabot ignore list
  • Loading branch information
cgsunkel authored Feb 14, 2025
1 parent 820a098 commit cbb8e1b
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 2,707 deletions.
24 changes: 2 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,8 @@ updates:
open-pull-requests-limit: 10
ignore:
# When updating this list please ensure that a ticket for unblocking the update has been added to the TechEx/ backlog.
- dependency-name: jsdom # TET-371
versions:
- '> 20.0.3'
- dependency-name: eslint # Waiting for related dependencies to add support
versions:
- '> 8.57.0'
- dependency-name: http-proxy-middleware # TET-698
versions:
- '> 2.0.6'
- dependency-name: chai-as-promised # TET-757
versions:
- '> 7.1.2'
- dependency-name: history # TET-758
versions:
- '> 4.10.1'
- dependency-name: nivo/core # CPS-639
versions:
- '> 0.87.0'

# Add dependencies with ticket numbers here (and delete this comment if one is added)

# We can't upgrade to the latest chai version without rebuilding the whole app
- dependency-name: chai
Expand Down Expand Up @@ -89,10 +73,6 @@ updates:
time: '02:00'
timezone: Europe/London
open-pull-requests-limit: 10
ignore:
- dependency-name: eslint # See above
versions:
- '> 8.57.0'
- package-ecosystem: github-actions
directory: '/'
schedule:
Expand Down
Loading

0 comments on commit cbb8e1b

Please sign in to comment.