Skip to content

Commit 5c48e63

Browse files
authored
Fix capitalization of Github by using the appropriate variable (#56566)
1 parent ab77de6 commit 5c48e63

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Supported value: the numeric identifier of a milestone.
348348

349349
## `multi-ecosystem-groups` {% octicon "versions" aria-label="Version updates" height="24" %}
350350

351-
Define groups that span multiple package ecosystems to get a single {% data variables.product.prodname_dependabot %} pull request that updates all supported package ecosystems. This approach helps reduce the number of {% data variables.product.prodname_dependabot %} pull requests you receive and streamlines your dependency update workflow.
351+
Define groups that span multiple package ecosystems to get a single {% data variables.product.prodname_dependabot %} pull request that updates all supported package ecosystems. This approach helps reduce the number of {% data variables.product.prodname_dependabot %} pull requests you receive and streamlines your dependency update workflow.
352352

353353
{% data variables.product.prodname_dependabot %} default behavior:
354354

@@ -380,7 +380,7 @@ updates:
380380
directory: "/"
381381
patterns: ["nginx", "redis"]
382382
multi-ecosystem-group: "infrastructure"
383-
383+
384384
- package-ecosystem: "terraform"
385385
directory: "/"
386386
patterns: ["aws"]
@@ -804,19 +804,19 @@ Defines a **cooldown period** for dependency updates to delay updates for a conf
804804

805805
### **How Cooldown Works**
806806

807-
* When {% data variables.product.prodname_dependabot %} runs updates as per defined schedule, it checks the **cooldown settings** to determine if new release for dependency is still within its cooldown period.
808-
* If new version release date is within the cooldown period, dependency version update is **filtered out** and will not be updated until the cooldown period expires.
807+
* When {% data variables.product.prodname_dependabot %} runs updates as per defined schedule, it checks the **cooldown settings** to determine if new release for dependency is still within its cooldown period.
808+
* If new version release date is within the cooldown period, dependency version update is **filtered out** and will not be updated until the cooldown period expires.
809809
* Once the cooldown period ends for new version, the dependency update proceeds based on the standard update strategy defined in `dependabot.yml`.
810810

811811
Without **`cooldown`** (default behaviour):
812812

813-
* Dependabot checks for updates according to the scheduled defined via `schedule.interval`.
814-
* All new versions are considered for updates **immediately**.
813+
* Dependabot checks for updates according to the scheduled defined via `schedule.interval`.
814+
* All new versions are considered for updates **immediately**.
815815

816816
With **`cooldown`** enabled:
817817

818-
* {% data variables.product.prodname_dependabot %} checks for updates based on the defined `schedule.interval` settings.
819-
* **Releases within the cooldown period are ignored.**
818+
* {% data variables.product.prodname_dependabot %} checks for updates based on the defined `schedule.interval` settings.
819+
* **Releases within the cooldown period are ignored.**
820820
* {% data variables.product.prodname_dependabot %} updates the dependency to the latest available version **that are no longer in cooldown period** following the configured `versioning-strategy`.
821821

822822
### **Cooldown Configuration**
@@ -843,7 +843,7 @@ With **`cooldown`** enabled:
843843
| **Docker Compose** | No |
844844
| **Dotnet SDK** | Yes |
845845
| **Elm** | Yes |
846-
| **Github Actions** | No |
846+
| **{% data variables.product.prodname_actions %}** | No |
847847
| **Gitsubmodule** | No |
848848
| **Gomod (Go Modules)**| Yes |
849849
| **Gradle** | Yes |
@@ -881,7 +881,7 @@ updates:
881881
default-days: 5
882882
semver-major-days: 30
883883
semver-minor-days: 7
884-
semver-patch-days: 3
884+
semver-patch-days: 3
885885
include:
886886
- "requests"
887887
- "numpy"

0 commit comments

Comments
 (0)