Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ updates:
- "area/ci"
commit-message:
prefix: "ci"
ignore:
# gh-aw action refs inside compiled .lock.yml files are owned by the
# gh-aw compiler. Dependabot bumping them without `gh aw compile`
# breaks the runtime (missing gateway scripts, exit 127). Upgrades
# happen via `gh aw upgrade` instead.
- dependency-name: "github/gh-aw"
- dependency-name: "github/gh-aw-actions"
- package-ecosystem: "cargo"
directory: "/"
schedule:
Expand Down
Loading