Skip to content

Commit b7a532a

Browse files
committed
partial revert #560
1 parent f4c2c85 commit b7a532a

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@ updates:
3535
- dependency-name: "cpp-linter/cpp-linter-action"
3636
versions: ">=2.16"
3737
open-pull-requests-limit: 50
38-
cooldown:
39-
default-days: 7

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This repository hosts GitHub Actions developed by the ASF community and approved
88
- [Adding a New Action](#adding-a-new-action-to-the-allow-list)
99
- [Reviewing](#reviewing)
1010
- [Adding a New Version](#adding-a-new-version-to-the-allow-list)
11-
- [Dependabot Cooldown Period](#dependabot-cooldown-period)
1211
- [Manual Version Addition](#manual-addition-of-specific-versions)
1312
- [Removing a Version](#removing-a-version-manually)
1413

@@ -144,23 +143,6 @@ This will:
144143
> **Prerequisites:** `docker`, `uv`, and `gh` (GitHub CLI, authenticated via `gh auth login`).
145144
> The build runs in a `node:20-slim` container so no local Node.js installation is needed.
146145

147-
#### Dependabot Cooldown Period
148-
149-
This repository uses a [Dependabot cooldown period](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#cooldown) of 7 days. After a Dependabot PR is merged or closed, Dependabot will wait 7 days before opening the next PR for the same ecosystem. This helps keep the volume of update PRs manageable and gives reviewers time to catch up.
150-
151-
> [!TIP]
152-
> We recommend that ASF projects configure a similar cooldown in their own `dependabot.yml` to avoid being overwhelmed by update PRs and to catch up with approved actions here:
153-
> ```yaml
154-
> updates:
155-
> - package-ecosystem: "github-actions"
156-
> directory: "/"
157-
> schedule:
158-
> interval: "weekly"
159-
> cooldown:
160-
> default-days: 7
161-
> ```
162-
> Adjust the `default-days` value to match your project's review capacity.
163-
164146
### Manual Addition of Specific Versions
165147

166148
If you need to add a specific version of an already approved action (especially an older one):

0 commit comments

Comments
 (0)