Skip to content

Exclude gh-aw managed actions from Dependabot#104

Merged
edburns merged 1 commit intomainfrom
edburns/dependabot-related-fixes
Apr 25, 2026
Merged

Exclude gh-aw managed actions from Dependabot#104
edburns merged 1 commit intomainfrom
edburns/dependabot-related-fixes

Conversation

@edburns
Copy link
Copy Markdown
Collaborator

@edburns edburns commented Apr 24, 2026

Dependabot's mechanical SHA find-and-replace in workflow files breaks gh-aw lockfile metadata headers, causing runtime validation failures. The affected actions (actions/github-script, github/gh-aw-actions/*) are only used in gh-aw generated files and their SHAs are managed via .github/aw/actions-lock.json + gh aw compile.

Added ignore rules to .github/dependabot.yml for these dependencies.

Add maven ecosystem.

Dependabot's mechanical SHA find-and-replace in workflow files breaks
gh-aw lockfile metadata headers, causing runtime validation failures.
The affected actions (`actions/github-script`, `github/gh-aw-actions/*`)
are only used in gh-aw generated files and their SHAs are managed via
`.github/aw/actions-lock.json` + `gh aw compile`.

Added `ignore` rules to `.github/dependabot.yml` for these dependencies.

Add maven ecosystem.
Copilot AI review requested due to automatic review settings April 24, 2026 22:28
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates Dependabot configuration to avoid updating gh-aw–managed GitHub Actions references (which can invalidate gh-aw workflow metadata) and to enable dependency update PRs for the Maven build.

Changes:

  • Add ignore rules for actions/github-script and github/gh-aw-actions/* in the github-actions ecosystem.
  • Add a new maven ecosystem entry with a weekly schedule and PR limit.
Show a summary per file
File Description
.github/dependabot.yml Adds GitHub Actions ignore rules to avoid gh-aw metadata breakage; enables Maven dependency update PRs.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

Comment thread .github/dependabot.yml
@edburns edburns merged commit 04cd316 into main Apr 25, 2026
11 checks passed
@edburns edburns deleted the edburns/dependabot-related-fixes branch April 25, 2026 13:50
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