@@ -218,42 +218,58 @@ You can specify the duration of the cooldown using the options below.
218218| `include` | List of dependencies to **apply cooldown** (up to **150 items**). Supports wildcards (`*`). |
219219| `exclude` | List of dependencies **excluded from cooldown** (up to **150 items**). Supports wildcards (`*`). |
220220
221- The table below shows the package managers for which SemVer is supported.
221+ The table below shows the package managers that support `cooldown`. The `default-days` option is supported for all package managers listed, while `semver-major-days`, `semver-minor-days`, and `semver-patch-days` are supported only where indicated .
222222
223- | Package manager | SemVer supported |
224- |-----------------------|------------------|
223+ | Package manager | Default days supported | SemVer-bump days supported |
224+ |-----------------------|: ----------------------:|:--------------------------: |
225225| {% ifversion dependabot-bazel-support %} |
226- | Bazel | {% octicon "x " aria-label="Not supported " %} |
226+ | Bazel | {% octicon "check " aria-label="Supported " %} | {% octicon "x" aria-label="Not supported" %} |
227227| {% endif %} |
228- | Bundler | {% octicon "check" aria-label="Supported" %} |
229- | Bun | {% octicon "check" aria-label="Supported" %} |
230- | Cargo | {% octicon "check" aria-label="Supported" %} |
231- | Composer | {% octicon "check" aria-label="Supported" %} |
232- | Devcontainers | {% octicon "x" aria-label="Not supported" %} |
233- | Docker | {% octicon "x" aria-label="Not supported" %} |
234- | Docker Compose | {% octicon "x" aria-label="Not supported" %} |
235- | Dotnet SDK | {% octicon "check" aria-label="Supported" %} |
236- | Elm | {% octicon "check" aria-label="Supported" %} |
237- | {% data variables.product.prodname_actions %} | {% octicon "x" aria-label="Not supported" %} |
238- | Gitsubmodule | {% octicon "x" aria-label="Not supported" %} |
239- | Gomod (Go Modules) | {% octicon "check" aria-label="Supported" %} |
240- | Gradle | {% octicon "check" aria-label="Supported" %} |
241- | Helm | {% octicon "x" aria-label="Not supported" %} |
242- | Hex (Hex) | {% octicon "check" aria-label="Supported" %} |
228+ | Bundler | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
229+ | Bun | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
230+ | Cargo | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
231+ | Composer | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
232+ | {% ifversion dependabot-conda-support %} |
233+ | Conda | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
234+ | {% endif %} |
235+ | Deno | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
236+ | Devcontainers | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
237+ | Docker | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
238+ | Docker Compose | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
239+ | Dotnet SDK | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
240+ | Elm | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
241+ | {% data variables.product.prodname_actions %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
242+ | Gitsubmodule | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
243+ | Gomod (Go Modules) | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
244+ | Gradle | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
245+ | Helm | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
246+ | Hex (Hex) | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
243247| {% ifversion dependabot-julia-support %} |
244- | Julia | {% octicon "check" aria-label="Supported" %} |
248+ | Julia | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
245249| {% endif %} |
246- | Maven | {% octicon "check" aria-label="Supported" %} |
247- | NPM and Yarn | {% octicon "check" aria-label="Supported" %} |
248- | NuGet | {% octicon "check" aria-label="Supported" %} |
250+ | Maven | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
251+ | {% ifversion dependabot-nix-support %} |
252+ | Nix flakes | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
253+ | {% endif %} |
254+ | NPM and Yarn | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
255+ | NuGet | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
249256| {% ifversion dependabot-opentofu-support %} |
250- | OpenTofu | {% octicon "check" aria-label="Supported" %} |
257+ | OpenTofu | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
258+ | {% endif %} |
259+ | Pip | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
260+ | {% ifversion dependabot-pre-commit-support %} |
261+ | pre-commit | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
262+ | {% endif %} |
263+ | Pub | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
264+ | {% ifversion dependabot-rust-toolchain-support %} |
265+ | Rust toolchain | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
266+ | {% endif %} |
267+ | Swift | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
268+ | Terraform | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
269+ | UV | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
270+ | {% ifversion dependabot-vcpkg-support %} |
271+ | vcpkg | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
251272| {% endif %} |
252- | Pip | {% octicon "check" aria-label="Supported" %} |
253- | Pub | {% octicon "check" aria-label="Supported" %} |
254- | Swift | {% octicon "check" aria-label="Supported" %} |
255- | Terraform | {% octicon "x" aria-label="Not supported" %} |
256- | UV | {% octicon "check" aria-label="Supported" %} |
257273
258274> [!NOTE]
259275>
0 commit comments