chore(deps): bump the github-actions group with 4 updates - #4786
Merged
mergify[bot] merged 1 commit intoJun 29, 2026
Conversation
Bumps the github-actions group with 4 updates: [actions/setup-python](https://github.com/actions/setup-python), [actions/setup-java](https://github.com/actions/setup-java), [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) Updates `actions/setup-java` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@ad2b381...1bcf9fb) Updates `anthropics/claude-code-action` from 1.0.153 to 1.0.159 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@2fee155...a92e7c7) Updates `actions/setup-dotnet` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@9a946fd...26b0ec1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-java dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: anthropics/claude-code-action dependency-version: 1.0.159 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
Up to standards ✅🟢 Issues
|
robfrank
approved these changes
Jun 29, 2026
dependabot
Bot
deleted the
dependabot/github_actions/github-actions-f2c32d6b37
branch
June 29, 2026 07:55
mergify Bot
added a commit
that referenced
this pull request
Jun 29, 2026
…io with 2 updates [skip ci] Bumps the build-tools group in /studio with 2 updates: [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). Updates `webpack` from 5.107.2 to 5.108.1 Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > v5.108.1 > -------- > > ### Patch Changes > > * Fix invalid property access for escaped namespace imports with multi-character mangled export names. (by [`@xiaoxiaojx`](https://github.com/xiaoxiaojx) in [#21280](https://redirect.github.com/webpack/webpack/pull/21280)) > * Add frames to ProfilingPlugin TracingStartedInBrowser event so the trace loads in Chrome DevTools. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21269](https://redirect.github.com/webpack/webpack/pull/21269)) > > v5.108.0 > -------- > > ### Minor Changes > > * Treat top-level await and `import.meta` as ES module markers, matching Node.js syntax detection so no explicit module type is needed. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21218](https://redirect.github.com/webpack/webpack/pull/21218)) > * Add a `bun` target that emits ESM and externalizes `bun:*` and node.js built-in modules. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21248](https://redirect.github.com/webpack/webpack/pull/21248)) > * Support CommonJS reexports via `Object.defineProperty` value and getter descriptors. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21129](https://redirect.github.com/webpack/webpack/pull/21129)) > * Support JSON Schema `const` when generating CLI flags from a schema. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087)) > * Support JSON Schema `if`/`then`/`else` when generating CLI flags from a schema. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087)) > * Skip import specifiers, `require()` and `import()` calls in dead conditional branches gated by inlined imported constants (`isDEV ? A : B`), evaluated via `getCondition`. (by [`@hai-x`](https://github.com/hai-x) in [#21136](https://redirect.github.com/webpack/webpack/pull/21136)) > * CSS `localIdentName` `[hash]` now resolves to the local ident hash (matching css-loader); use `[modulehash]` for the module hash. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21259](https://redirect.github.com/webpack/webpack/pull/21259)) > * Add CSS parser `as` option and resolve `url()` inside HTML `style` attributes. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21157](https://redirect.github.com/webpack/webpack/pull/21157)) > * Add dedicated module classes for all built-in module types. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21164](https://redirect.github.com/webpack/webpack/pull/21164)) > * Support `.html`/`.css` for the default `./src` entry under the html/css experiments. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21039](https://redirect.github.com/webpack/webpack/pull/21039)) > * Add `defineConfig` helper for typed configuration files. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21169](https://redirect.github.com/webpack/webpack/pull/21169)) > * Add a `deno` target (with versions, e.g. `deno`, `deno2`, `deno1.40`) that emits ESM, resolves node.js built-ins via the required `node:` specifier, and keeps Deno's own import protocols (`npm:`, `jsr:`, `node:`, `http(s)://`) external. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21247](https://redirect.github.com/webpack/webpack/pull/21247)) > * Use `module-import` for electron externals when the target supports ESM. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21184](https://redirect.github.com/webpack/webpack/pull/21184)) > * Add `output.environment.logicalAssignment` to emit `||=` in runtime code when the target supports logical assignment operators. (by [`@bjohansebas`](https://github.com/bjohansebas) in [#21219](https://redirect.github.com/webpack/webpack/pull/21219)) > * Resolve and rewrite asset URLs inside `<iframe srcdoc>` in HTML modules. (by [`@bjohansebas`](https://github.com/bjohansebas) in [#21226](https://redirect.github.com/webpack/webpack/pull/21226)) > * Add HMR support for HTML modules with body/title DOM patching on update. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21011](https://redirect.github.com/webpack/webpack/pull/21011)) > * Add `css-url` html source type extracting `url()` references from CSS-valued attributes. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21250](https://redirect.github.com/webpack/webpack/pull/21250)) > * Add `module.parser.html.sources` option to disable or customize URL-attribute extraction for HTML modules, with `script` / `script-module` / `stylesheet` / `stylesheet-inline` types for custom attributes (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21022](https://redirect.github.com/webpack/webpack/pull/21022)) > * Add `module.parser.html.template` option to transform HTML module source before parsing. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21055](https://redirect.github.com/webpack/webpack/pull/21055)) > * Extract more source URLs in HTML modules (SVG, legacy and obsolete attributes). (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21241](https://redirect.github.com/webpack/webpack/pull/21241)) ... (truncated) Changelog *Sourced from [webpack's changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md).* > 5.108.1 > ------- > > ### Patch Changes > > * Fix invalid property access for escaped namespace imports with multi-character mangled export names. (by [`@xiaoxiaojx`](https://github.com/xiaoxiaojx) in [#21280](https://redirect.github.com/webpack/webpack/pull/21280)) > * Add frames to ProfilingPlugin TracingStartedInBrowser event so the trace loads in Chrome DevTools. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21269](https://redirect.github.com/webpack/webpack/pull/21269)) > > 5.108.0 > ------- > > ### Minor Changes > > * Treat top-level await and `import.meta` as ES module markers, matching Node.js syntax detection so no explicit module type is needed. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21218](https://redirect.github.com/webpack/webpack/pull/21218)) > * Add a `bun` target that emits ESM and externalizes `bun:*` and node.js built-in modules. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21248](https://redirect.github.com/webpack/webpack/pull/21248)) > * Support CommonJS reexports via `Object.defineProperty` value and getter descriptors. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21129](https://redirect.github.com/webpack/webpack/pull/21129)) > * Support JSON Schema `const` when generating CLI flags from a schema. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087)) > * Support JSON Schema `if`/`then`/`else` when generating CLI flags from a schema. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087)) > * Skip import specifiers, `require()` and `import()` calls in dead conditional branches gated by inlined imported constants (`isDEV ? A : B`), evaluated via `getCondition`. (by [`@hai-x`](https://github.com/hai-x) in [#21136](https://redirect.github.com/webpack/webpack/pull/21136)) > * CSS `localIdentName` `[hash]` now resolves to the local ident hash (matching css-loader); use `[modulehash]` for the module hash. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21259](https://redirect.github.com/webpack/webpack/pull/21259)) > * Add CSS parser `as` option and resolve `url()` inside HTML `style` attributes. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21157](https://redirect.github.com/webpack/webpack/pull/21157)) > * Add dedicated module classes for all built-in module types. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21164](https://redirect.github.com/webpack/webpack/pull/21164)) > * Support `.html`/`.css` for the default `./src` entry under the html/css experiments. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21039](https://redirect.github.com/webpack/webpack/pull/21039)) > * Add `defineConfig` helper for typed configuration files. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21169](https://redirect.github.com/webpack/webpack/pull/21169)) > * Add a `deno` target (with versions, e.g. `deno`, `deno2`, `deno1.40`) that emits ESM, resolves node.js built-ins via the required `node:` specifier, and keeps Deno's own import protocols (`npm:`, `jsr:`, `node:`, `http(s)://`) external. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21247](https://redirect.github.com/webpack/webpack/pull/21247)) > * Use `module-import` for electron externals when the target supports ESM. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21184](https://redirect.github.com/webpack/webpack/pull/21184)) > * Add `output.environment.logicalAssignment` to emit `||=` in runtime code when the target supports logical assignment operators. (by [`@bjohansebas`](https://github.com/bjohansebas) in [#21219](https://redirect.github.com/webpack/webpack/pull/21219)) > * Resolve and rewrite asset URLs inside `<iframe srcdoc>` in HTML modules. (by [`@bjohansebas`](https://github.com/bjohansebas) in [#21226](https://redirect.github.com/webpack/webpack/pull/21226)) > * Add HMR support for HTML modules with body/title DOM patching on update. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21011](https://redirect.github.com/webpack/webpack/pull/21011)) > * Add `css-url` html source type extracting `url()` references from CSS-valued attributes. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21250](https://redirect.github.com/webpack/webpack/pull/21250)) > * Add `module.parser.html.sources` option to disable or customize URL-attribute extraction for HTML modules, with `script` / `script-module` / `stylesheet` / `stylesheet-inline` types for custom attributes (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21022](https://redirect.github.com/webpack/webpack/pull/21022)) > * Add `module.parser.html.template` option to transform HTML module source before parsing. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21055](https://redirect.github.com/webpack/webpack/pull/21055)) ... (truncated) Commits * [`da91761`](webpack/webpack@da91761) chore(release): new release ([#21284](https://redirect.github.com/webpack/webpack/issues/21284)) * [`b6c9fcf`](webpack/webpack@b6c9fcf) chore: move members to emeritus ([#21281](https://redirect.github.com/webpack/webpack/issues/21281)) * [`062aa20`](webpack/webpack@062aa20) Fix invalid property access for escaped namespace with mangled exports ([#21280](https://redirect.github.com/webpack/webpack/issues/21280)) * [`ed9fa71`](webpack/webpack@ed9fa71) fix: render ProfilingPlugin trace in Chrome DevTools ([#21269](https://redirect.github.com/webpack/webpack/issues/21269)) * [`322b060`](webpack/webpack@322b060) chore(release): new release ([#21037](https://redirect.github.com/webpack/webpack/issues/21037)) * [`03a0433`](webpack/webpack@03a0433) test: run AbstractMethodError and parseJson unit tests under Bun ([#21273](https://redirect.github.com/webpack/webpack/issues/21273)) * [`e7202b4`](webpack/webpack@e7202b4) chore(deps): bump the dependencies group with 3 updates ([#21270](https://redirect.github.com/webpack/webpack/issues/21270)) * [`9a51ee1`](webpack/webpack@9a51ee1) fix(html): run the any-other-end-tag fallback for a marker-shielded nobr ([#21](https://redirect.github.com/webpack/webpack/issues/21)... * [`a040ac1`](webpack/webpack@a040ac1) test: cap Node jest worker memory and fix harness teardown leaks ([#21268](https://redirect.github.com/webpack/webpack/issues/21268)) * [`7c81bde`](webpack/webpack@7c81bde) Re-encode inline hash digests ([contenthash]/[chunkhash]/[fullhash]/[moduleha... * Additional commits viewable in [compare view](webpack/webpack@v5.107.2...v5.108.1) Updates `webpack-cli` from 7.0.3 to 7.1.0 Release notes *Sourced from [webpack-cli's releases](https://github.com/webpack/webpack-cli/releases).* > webpack-cli@7.1.0 > ----------------- > > ### Minor Changes > > * feat(cli): refresh the `--help` output using commander's `configureHelp` API — branded headers, section dividers, colorized terms and a clearer footer. Colors and chrome collapse to plain text when output is piped or `--no-color` is used, so scripts keep working. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#4779](https://redirect.github.com/webpack/webpack-cli/pull/4779)) > * feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files by parsing them directly, with the parser package (`json5`, `js-yaml`, `toml`) installed on demand by the user and declared as optional `peerDependencies` so the parsers resolve correctly under Yarn PnP (by [`@alexander-akait`](https://github.com/alexander-akait) in [#4777](https://redirect.github.com/webpack/webpack-cli/pull/4777)) Changelog *Sourced from [webpack-cli's changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md).* > 7.1.0 > ----- > > ### Minor Changes > > * feat(cli): refresh the `--help` output using commander's `configureHelp` API — branded headers, section dividers, colorized terms and a clearer footer. Colors and chrome collapse to plain text when output is piped or `--no-color` is used, so scripts keep working. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#4779](https://redirect.github.com/webpack/webpack-cli/pull/4779)) > * feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files by parsing them directly, with the parser package (`json5`, `js-yaml`, `toml`) installed on demand by the user and declared as optional `peerDependencies` so the parsers resolve correctly under Yarn PnP (by [`@alexander-akait`](https://github.com/alexander-akait) in [#4777](https://redirect.github.com/webpack/webpack-cli/pull/4777)) Commits * [`3cd7423`](webpack/webpack-cli@3cd7423) chore(release): new release ([#4778](https://redirect.github.com/webpack/webpack-cli/issues/4778)) * [`b42d1f4`](webpack/webpack-cli@b42d1f4) fix(webpack-cli): declare json5/js-yaml/toml as optional peerDependencies ([#4](https://redirect.github.com/webpack/webpack-cli/issues/4)... * [`3471103`](webpack/webpack-cli@3471103) refactor(cli): hierarchical indentation for styled CLI output ([#4786](https://redirect.github.com/webpack/webpack-cli/issues/4786)) * [`772330c`](webpack/webpack-cli@772330c) build(deps): update dependencies (except commander) ([#4785](https://redirect.github.com/webpack/webpack-cli/issues/4785)) * [`a7380e1`](webpack/webpack-cli@a7380e1) feat(cli): refresh CLI output via commander's help API + shared status icons ... * [`721d8fd`](webpack/webpack-cli@721d8fd) chore(deps): bump the dependencies group with 2 updates ([#4780](https://redirect.github.com/webpack/webpack-cli/issues/4780)) * [`65aa86c`](webpack/webpack-cli@65aa86c) chore(deps-dev): bump the dependencies group with 3 updates ([#4781](https://redirect.github.com/webpack/webpack-cli/issues/4781)) * [`134e62d`](webpack/webpack-cli@134e62d) feat(webpack-cli): support json5/yaml/toml configs via direct parsing (no int... * [`0b22f77`](webpack/webpack-cli@0b22f77) fix(cli): make config loading errors more verbose ([#4776](https://redirect.github.com/webpack/webpack-cli/issues/4776)) * [`a5af401`](webpack/webpack-cli@a5af401) chore(deps): bump launch-editor from 2.13.1 to 2.14.1 ([#4774](https://redirect.github.com/webpack/webpack-cli/issues/4774)) * Additional commits viewable in [compare view](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.0.3...webpack-cli@7.1.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 4 updates: actions/setup-python, actions/setup-java, anthropics/claude-code-action and actions/setup-dotnet.
Updates
actions/setup-pythonfrom 6.2.0 to 6.3.0Release notes
Sourced from actions/setup-python's releases.
Commits
ece7cb0Fix pip cache error handling on Windows. (#1040)1d18d7aUpdate advanced-usage.md (#811)d2b357aUpdate dependency versions and test workflow configuration (#1322)8f639b1Merge pull request #1324 from jasongin/update-actions-cache-5.1.06731c2bResolve high-severity audit issues0cb1a84Add RHEL support and include Linux distro in cache keys (#1323)dc6eab6Update dist6f4b74bStrict equalityfa8bde1Bump@actions/cacheto 5.1.0, log cache write deniedc8813baUpgrade@actionsdependencies and update licenses (#1303)Updates
actions/setup-javafrom 5.3.0 to 5.4.0Release notes
Sourced from actions/setup-java's releases.
Commits
1bcf9fbdist: Address Copilot review suggestions from PR #1042 (GraalVM Community) (#...fa2c650docs: note jdkfile approach for Early Access / unreleased JDK builds (#1058)1d56e31dist: Add GraalVM Community distribution support (#1042)1d25252chore: Harden workflows: least-privilege permissions + zizmor integration (#1...668c1eadocs: add post-install keytool import for the JDK cacerts trust store (#1051)a9a46fbdocs: document self-signed certificate / internal CA handling for GitHub Ente...5431e71docs: add JavaFX Maven project configuration instructions (#1044)4baa9b4docs: replace non-existent HelloWorldApp references with java --version (#1043)eab4b08Bump@types/nodefrom 25.9.3 to 26.0.0 (#1031)bf0c0e6Bump actions/checkout from 6 to 7 (#1032)Updates
anthropics/claude-code-actionfrom 1.0.153 to 1.0.159Release notes
Sourced from anthropics/claude-code-action's releases.
Commits
a92e7c7chore: bump Claude Code to 2.1.195 and Agent SDK to 0.3.195f8076dcfix: bound app token revocation cleanup (#1437)5211368chore: bump Claude Code to 2.1.193 and Agent SDK to 0.3.193428971dchore: bump Claude Code to 2.1.191 and Agent SDK to 0.3.19174eedf1chore: bump Claude Code to 2.1.190 and Agent SDK to 0.3.19080b3182chore: bump Claude Code to 2.1.187 and Agent SDK to 0.3.187360be9cfix: allow @ in branch names (valid per git-check-ref-format) (#1411)e452eb9test: cover format-turns content-type fallbacks and system_other handling (#1...6b80630fix: filter PR reviews and inline review comments to trigger time (#1385)30544b6chore: bump Claude Code to 2.1.186 and Agent SDK to 0.3.186Updates
actions/setup-dotnetfrom 5.3.0 to 5.4.0Release notes
Sourced from actions/setup-dotnet's releases.
Commits
26b0ec1Expand the CSC problem matcher to light up more errors on GitHub. (#717)da5e548docs(action): explicitly mark all optional inputs with required: false (#737)9bd3b44Improve readability of global.json creation command (#694)4406a63Bump@actions/cacheto 5.1.0, log cache write denied (#746)dc3262dpin actions to commit SHAs in workflows (#744)95a3f8bValidate global.json SDK version before rollForward optimization (#742)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions