Skip to content

Commit ef20c1e

Browse files
dcalhounclaude
andauthored
build: disable Dependabot major jQuery version upgrades (#377)
WordPress currently relies upon jQuery 3.7.1. Ignore major version bumps until the plan to upgrade to jQuery 4.0 lands in WordPress Core. <!-- https://core.trac.wordpress.org/ticket/60478 --> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 61eaefc commit ef20c1e

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
@@ -11,3 +11,5 @@ updates:
1111
update-types: ['version-update:semver-major']
1212
- dependency-name: 'react-dom' # react@>=19.x.x blocked by https://github.com/WordPress/gutenberg/issues/71336
1313
update-types: ['version-update:semver-major']
14+
- dependency-name: 'jquery' # jquery@>=4.x.x blocked by https://core.trac.wordpress.org/ticket/60478
15+
update-types: ['version-update:semver-major']

0 commit comments

Comments
 (0)