revert(settings): remove GitHub Actions Dependabot cooldown added by PR #2593 - #2659
Merged
Merged
Conversation
…2593 🔄 - Generated by Copilot Co-authored-by: jkim323 <46459431+jkim323@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Revert GitHub Actions Dependabot configuration change
revert(settings): remove GitHub Actions Dependabot cooldown added by PR #2593
Aug 11, 2026
Contributor
Eval Execution |
Jamie Kim (jkim323)
marked this pull request as ready for review
August 11, 2026 01:36
Jamie Kim (jkim323)
approved these changes
Aug 11, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2659 +/- ##
==========================================
- Coverage 82.85% 82.77% -0.08%
==========================================
Files 166 153 -13
Lines 22521 22370 -151
Branches 29 0 -29
==========================================
- Hits 18660 18517 -143
+ Misses 3858 3853 -5
+ Partials 3 0 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Bill Berry (WilliamBerryiii)
approved these changes
Aug 11, 2026
Bill Berry (WilliamBerryiii)
left a comment
Member
There was a problem hiding this comment.
Thanks for this!
Jamie Kim (jkim323)
approved these changes
Aug 11, 2026
Katrien De Graeve (katriendg)
approved these changes
Aug 11, 2026
Katrien De Graeve (katriendg)
left a comment
Contributor
There was a problem hiding this comment.
Thanks, left one minor comment to reflect on the initial intention of the other PR that changed this.
Emmeline Hoops (chaosdinosaur)
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts only the
.github/dependabot.ymlchange from merged PR #2593 (Pin GitHub Actions to full-length commit SHAs), restoring the file to its state atdb450a8e. GitHub Actions SHA pins and all other files are untouched.The added block was invalid YAML
PR #2593 appended a second
github-actionsentry after the top-levelversion: 2key, outside theupdates:sequence:Parsing the pre-revert file with
powershell-yamlfails:While scanning a plain scalar value, found invalid mapping.Since Dependabot could not parse this file, the config was likely inert from the moment #2593 merged — this revert plausibly restores Dependabot rather than only dropping a cooldown. Worth confirming against Dependabot run history.Changes
.github/dependabot.yml— removed the 9 appended lines; file restored byte-for-byte to the parent of Pin GitHub Actions to full-length commit SHAs #2593.Notes
github-actionsentry already defines grouping andgh-aw-actionsexclusions.scripts/referencedependabot.yml, so there is no existing test infrastructure for it; validated by parser round-trip (version: 2, 3 entries, nocooldown) rather than adding new tooling.code_reviewtool errored withprompt too big after adding system message— an infra limit, unrelated to this diff. This change has not had an automated review pass, so a human eye is worth having here.