From d16443611e8043791c853c99ea3a9ebc9862a77d Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:22:59 +0100 Subject: [PATCH] Convert table to markdown (#39357) --- ...ion-options-for-the-dependabot.yml-file.md | 51 +++---------------- 1 file changed, 8 insertions(+), 43 deletions(-) diff --git a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md index 2c80b5ee97d9..8a32cfeabe0c 100644 --- a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md +++ b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md @@ -811,49 +811,14 @@ When {% data variables.product.prodname_dependabot %} edits a manifest file to u The following table shows an example of how `versioning-strategy` can be used. -
Constraint | -Current Version | -New Version | -Strategy | -New Constraint | -
---|---|---|---|---|
^1.0.0 |
- 1.0.0 |
- 1.2.0 |
- 'widen' |
- ^1.0.0 |
-
'increase' |
- ^1.2.0 |
- |||
'increase-if-necessary' |
- ^1.0.0 |
- |||
^1.0.0 |
- 1.0.0 |
- 2.0.0 |
- 'widen' |
- >=1.0.0 <3.0.0 |
-
'increase' |
- ^2.0.0 |
- |||
'increase-if-necessary' |
- ^2.0.0 |
-