Skip to content

Commit decbb4a

Browse files
committed
Address PR review comments
1 parent 2fc4ea0 commit decbb4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/code-security/reference/supply-chain-security/dependabot-options-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ New version `2.0.0`
881881
* `widen`: new constraint `>=1.0.0 <3.0.0`
882882

883883
> [!NOTE]
884-
> If the package manager you use does not yet support configuring the `versioning-strategy` parameter, or does not support a value you need. The strategy code is open source, so if you'd like a particular ecosystem to support a new strategy, you are always welcome to submit a pull request in <https://github.com/dependabot/dependabot-core/>.
884+
> If the package manager you use does not yet support configuring the `versioning-strategy` parameter, or does not support a value you need, the strategy code is open source, so if you'd like a particular ecosystem to support a new strategy, you are always welcome to submit a pull request in <https://github.com/dependabot/dependabot-core/>.
885885

886886
{% ifversion dependabot-updates-supported-versioning-tags %}
887887

data/reusables/dependabot/supported-package-managers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ When configuring {% data variables.product.prodname_dependabot %} for Helm chart
171171

172172
### Nix
173173

174-
{% data variables.product.prodname_dependabot %} monitors your `flake.lock` file and opens pull requests when newer commits are available upstream for your flake inputs. GitHub, GitLab, Sourcehut, and plain git inputs are all supported. Updating pinned refs inside `flake.nix` itself (for example, changing `github:cachix/devenv/v0.5` to a newer tag) is not supported.
174+
{% data variables.product.prodname_dependabot %} monitors your `flake.lock` file and opens pull requests when newer commits are available upstream for your flake inputs. {% data variables.product.github %}, GitLab, SourceHut, and plain Git inputs are all supported. Updating pinned refs inside `flake.nix` itself (for example, changing `github:cachix/devenv/v0.5` to a newer tag) is not supported.
175175

176176
{% data variables.product.prodname_dependabot %} does not currently support private repositories for the `nix` ecosystem.
177177

0 commit comments

Comments
 (0)