From ea0e5e5bed1c270d3f9ed762706d56758ae568cf Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Sat, 25 Apr 2026 10:08:44 -0400 Subject: [PATCH] On branch edburns/dd-2969317-dependabot-gh-aw-exclude modified: .github/dependabot.yml Match against inputs as appropriate for the intent: make it so dependabot doesn't change things that should only be changed by running `gh aw compile`. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9917cdaa6..21c7f5cf9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,7 @@ updates: # via .github/aw/actions-lock.json, not by Dependabot. # Dependabot's find-and-replace breaks lockfile metadata headers. - dependency-name: "actions/github-script" - - dependency-name: "github/gh-aw-actions/*" + - dependency-name: "github/gh-aw-actions" - package-ecosystem: "maven" directory: "/"