Skip to content

Infra: Remove GitHub Actions from Dependabot configuration#2267

Merged
blackmwk merged 1 commit intomainfrom
kevinjqliu-patch-1
Mar 23, 2026
Merged

Infra: Remove GitHub Actions from Dependabot configuration#2267
blackmwk merged 1 commit intomainfrom
kevinjqliu-patch-1

Conversation

@kevinjqliu
Copy link
Copy Markdown
Contributor

Removed GitHub Actions dependency update configuration.

Which issue does this PR close?

  • Closes #.

What changes are included in this PR?

Related to apache/iceberg-python#3186

Dont auto update since we now depend on github action being allowlisted by asf-infra first, https://github.com/apache/infrastructure-actions/blob/main/approved_patterns.yml

Are these changes tested?

Removed GitHub Actions dependency update configuration.
@kevinjqliu kevinjqliu changed the title Remove GitHub Actions updates from dependabot config Infra: Remove GitHub Actions from Dependabot configuration Mar 21, 2026
@kevinjqliu kevinjqliu marked this pull request as ready for review March 21, 2026 01:43
Copy link
Copy Markdown
Contributor

@blackmwk blackmwk left a comment

Choose a reason for hiding this comment

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

Thanks @kevinjqliu for this fix!

@blackmwk blackmwk merged commit cb7f78a into main Mar 23, 2026
14 checks passed
@blackmwk blackmwk deleted the kevinjqliu-patch-1 branch March 23, 2026 01:12
kevinjqliu added a commit to kevinjqliu/iceberg-rust that referenced this pull request Mar 28, 2026
blackmwk pushed a commit that referenced this pull request Mar 30, 2026
## Which issue does this PR close?

<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes #123` indicates that this PR will close issue #123.
-->

- Closes #.

## What changes are included in this PR?
Relates to apache/iceberg#15742

This PR 
- Add "ASF allowlist check" 
- Pin commit for codeql.yml (zizmor recommended)
- Add back Github Action auto-update for dependabot (reverts #2267) 
- Add cooldown to dependabot (zizmor recommended)
- `Swatinem/rust-cache@v2` -> `swatinem/rust-cache@v2` (fix case
sensitivity) [asf infra allowlist uses
lowercase](https://github.com/apache/infrastructure-actions/blob/fae466bc0d9821859a623cbc7648c750ff359ec6/approved_patterns.yml#L271)

We can add back dependabot for github action because the "ASF allowlist
check" will now alert when an action is not allowed (failures will no
longer be silent)

<!--
Provide a summary of the modifications in this PR. List the main changes
such as new features, bug fixes, refactoring, or any other updates.
-->

## Are these changes tested?

<!--
Specify what test covers (unit test, integration test, etc.).

If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
kevinjqliu added a commit to kevinjqliu/iceberg-rust that referenced this pull request Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants