You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
352
352
353
353
{% data variables.product.prodname_dependabot %} default behavior:
354
354
@@ -380,7 +380,7 @@ updates:
380
380
directory: "/"
381
381
patterns: ["nginx", "redis"]
382
382
multi-ecosystem-group: "infrastructure"
383
-
383
+
384
384
- package-ecosystem: "terraform"
385
385
directory: "/"
386
386
patterns: ["aws"]
@@ -804,19 +804,19 @@ Defines a **cooldown period** for dependency updates to delay updates for a conf
804
804
805
805
### **How Cooldown Works**
806
806
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.
809
809
* Once the cooldown period ends for new version, the dependency update proceeds based on the standard update strategy defined in `dependabot.yml`.
810
810
811
811
Without **`cooldown`** (default behaviour):
812
812
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**.
815
815
816
816
With **`cooldown`** enabled:
817
817
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.**
820
820
* {% 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`.
821
821
822
822
### **Cooldown Configuration**
@@ -843,7 +843,7 @@ With **`cooldown`** enabled:
843
843
| **Docker Compose** | No |
844
844
| **Dotnet SDK** | Yes |
845
845
| **Elm** | Yes |
846
-
| **Github Actions** | No |
846
+
| **{% data variables.product.prodname_actions %}** | No |
0 commit comments