Skip to content

Commit 2da3501

Browse files
chore(deps): bump next from 15.5.9 to 16.1.1 [Ignore dep] (#369)
* chore(deps): bump next from 15.5.9 to 16.1.1 Bumps [next](https://github.com/vercel/next.js) from 15.5.9 to 16.1.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.9...v16.1.1) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * ⬆️ (dependabot.yml, package.json): ignore Next.js updates >=16.0.0 and downgrade Next.js to 15.5.9 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nsosio <[email protected]>
1 parent 06625b3 commit 2da3501

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ updates:
3333
ignore:
3434
- dependency-name: 'react-resizable-panels'
3535
versions: ['>=4.0.0']
36+
- dependency-name: 'next'
37+
versions: ['>=16.0.0']
3638

3739
# Enable version updates for GitHub Actions
3840
- package-ecosystem: 'github-actions'

0 commit comments

Comments
 (0)