Skip to content

ci(dependabot): remove unsupported cooldown fields from github-actions - #3530

Merged
tekton-robot merged 1 commit into
tektoncd:mainfrom
jkhelil:fix-dependabot-cooldown-github-actions
Jun 23, 2026
Merged

ci(dependabot): remove unsupported cooldown fields from github-actions#3530
tekton-robot merged 1 commit into
tektoncd:mainfrom
jkhelil:fix-dependabot-cooldown-github-actions

Conversation

@jkhelil

@jkhelil jkhelil commented Jun 23, 2026

Copy link
Copy Markdown
Member

Summary

The `semver-major-days`, `semver-minor-days` and `semver-patch-days` cooldown fields are not supported for the `github-actions` ecosystem, causing Dependabot validation errors on every entry:

```
The property '#/updates/0/cooldown/semver-major-days' is not supported for the package ecosystem 'github-actions'.
```

These fields are semver-specific and only valid for package managers like `gomod`. GitHub Actions uses git tags/SHAs, not semver.

Fix by keeping only `default-days` in the `github-actions` ecosystem cooldown config and regenerating `dependabot.yml`.

Test plan

  • Verify no Dependabot configuration errors after merge

/kind misc
/release-note-none

Made with Cursor

The semver-major-days, semver-minor-days and semver-patch-days
cooldown fields are not supported for the github-actions ecosystem
and caused Dependabot validation errors. Only default-days is valid
for github-actions; semver cooldown fields are gomod-only.

Signed-off-by: Jawed khelil <jkhelil@redhat.com>
Assisted-by: Claude Sonnet 4.6 (via Cursor)
Co-authored-by: Cursor <cursoragent@cursor.com>
@tekton-robot tekton-robot added kind/misc Categorizes issue or PR as a miscellaneuous one. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Jun 23, 2026
@tekton-robot
tekton-robot requested review from infernus01 and khrm June 23, 2026 06:37
@tekton-robot tekton-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jun 23, 2026
@jkhelil

jkhelil commented Jun 23, 2026

Copy link
Copy Markdown
Member Author

/release-note-none

@tekton-robot tekton-robot added release-note-none Denotes a PR that doesnt merit a release note. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Jun 23, 2026
@jkhelil

jkhelil commented Jun 23, 2026

Copy link
Copy Markdown
Member Author

/approve

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 23, 2026

@vdemeester vdemeester left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@waveywaves we need to check on pipeline

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 23, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jkhelil, vdemeester

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot
tekton-robot merged commit 1ae8d6b into tektoncd:main Jun 23, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/misc Categorizes issue or PR as a miscellaneuous one. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesnt merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants