Skip to content

Commit

Permalink
Merge pull request #284 from UN-OCHA/pause-hapi-upgrades
Browse files Browse the repository at this point in the history
Don't upgrade Hapi version until migrating to Apollo Server 4
  • Loading branch information
manelcecs authored Oct 10, 2024
2 parents f5d1129 + 7d4e5a3 commit 34a63f3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ updates:
applies-to: version-updates
patterns:
- '*bunyan'
hapi:
applies-to: version-updates
patterns:
- '@hapi/hapi'
- '@types/hapi__hapi'
pg:
applies-to: version-updates
patterns:
Expand All @@ -32,6 +27,10 @@ updates:
patterns:
- '*jest'
ignore:
# HPC-9080: Don't upgrade Hapi version until migrating to Apollo Server 4
- dependency-name: '@hapi/hapi'
versions: ['>= 21.0.0']
- dependency-name: '@types/hapi__hapi'
# ESLint is a peer dependency of `@unocha/hpc-repo-tools`
- dependency-name: 'eslint'
# Dependency `type-graphql` still doesn't support GraphQL v16
Expand Down

0 comments on commit 34a63f3

Please sign in to comment.