Skip to content

GitHub Actions updates appear to be ignoring cooldown setting #14645

@woodruffw

Description

@woodruffw

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

github-actions

Package manager version

N/A

Language version

N/A

Manifest location and content before the Dependabot update

https://github.com/pypa/pip-audit/blob/d3dfe2115fbe641433d093189cf37fcedecfdf04/.github/workflows/release.yml

dependabot.yml content

version: 2

updates:
  - package-ecosystem: pip
    directory: /
    schedule:
      interval: daily
    cooldown:
      default-days: 7

  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: daily
    cooldown:
      default-days: 7

Updated dependency

See pypa/pip-audit#1023.

TL;DR: Dependabot has upgraded pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0. The upgrade looks structurally correct, but is in violation of the configured cooldown of 7 days, since 1.14.0 was released only hours ago:

https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.14.0

What you expected to see, versus what you actually saw

I expected no PR updating this action, at least until the cooldown period ended (approximately 7 days from now).

Native package manager behavior

N/A

Images of the diff or a link to the PR, issue, or logs

See pypa/pip-audit#1023.

Smallest manifest that reproduces the issue

I suspect this will reproduce the issue:

version: 2
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: daily
    cooldown:
      default-days: 7

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions