Skip to content

revert(settings): remove GitHub Actions Dependabot cooldown added by PR #2593 - #2659

Merged
Jamie Kim (jkim323) merged 4 commits into
mainfrom
copilot/revert-dependabot-yml-change
Aug 11, 2026
Merged

revert(settings): remove GitHub Actions Dependabot cooldown added by PR #2593#2659
Jamie Kim (jkim323) merged 4 commits into
mainfrom
copilot/revert-dependabot-yml-change

Conversation

Copilot AI commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Reverts only the .github/dependabot.yml change from merged PR #2593 (Pin GitHub Actions to full-length commit SHAs), restoring the file to its state at db450a8e. GitHub Actions SHA pins and all other files are untouched.

The added block was invalid YAML

PR #2593 appended a second github-actions entry after the top-level version: 2 key, outside the updates: sequence:

version: 2
  - package-ecosystem: "github-actions"
    directory: "/"
    groups:
      github-actions:
        patterns: ["*"]
    schedule:
      interval: "weekly"
    cooldown:
      default-days: 7

Parsing the pre-revert file with powershell-yaml fails: 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

Notes

  • The block was duplicative regardless of syntax: an existing github-actions entry already defines grouping and gh-aw-actions exclusions.
  • No scripts/ reference dependabot.yml, so there is no existing test infrastructure for it; validated by parser round-trip (version: 2, 3 entries, no cooldown) rather than adding new tooling.
  • The automated code_review tool errored with prompt 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.

…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
@github-actions

Copy link
Copy Markdown
Contributor

Eval Execution

⚠️ No eval summary was produced.

@jkim323
Jamie Kim (jkim323) marked this pull request as ready for review August 11, 2026 01:36
@jkim323
Jamie Kim (jkim323) requested a review from a team as a code owner August 11, 2026 01:36
@codecov-commenter

Codecov Comments Bot (codecov-commenter) commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.77%. Comparing base (db1be8f) to head (aff7212).

Additional details and impacted files

Impacted file tree graph

@@            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     
Flag Coverage Δ
docusaurus ?
pester 86.24% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 15 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

Thanks for this!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks, left one minor comment to reflect on the initial intention of the other PR that changed this.

Comment thread .github/dependabot.yml
@jkim323
Jamie Kim (jkim323) merged commit 45c1a2f into main Aug 11, 2026
98 checks passed
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.

6 participants