Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/workflows/*.lock.yml linguist-generated=true merge=ours
19 changes: 19 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"entries": {
"actions/github-script@v9.0.0": {
"repo": "actions/github-script",
"version": "v9.0.0",
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
},
"github/gh-aw-actions/setup-cli@v0.79.4": {
"repo": "github/gh-aw-actions/setup-cli",
"version": "v0.79.4",
"sha": "d059700c6a8ec3b5fd798b9ea60f5d048447b918"
},
"github/gh-aw-actions/setup@v0.79.4": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.79.4",
"sha": "d059700c6a8ec3b5fd798b9ea60f5d048447b918"
}
}
}
34 changes: 17 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Copyright 2026 ResQ Software
# SPDX-License-Identifier: Apache-2.0
#
# Weekly dependency updates, grouped to keep PR noise low.

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
time: "06:17"
groups:
github-actions:
patterns: ["*"]
labels: [chore, deps]
open-pull-requests-limit: 5
- directory: /
groups:
github-actions:
patterns:
- "*"
ignore:
- dependency-name: "github/gh-aw-actions" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Dependabot identifies GitHub Actions dependencies by their full path (e.g., github/gh-aw-actions/setup or github/gh-aw-actions/setup-cli). Specifying exactly github/gh-aw-actions will not match these sub-actions, and Dependabot will continue to propose updates for them. Use a wildcard pattern like github/gh-aw-actions* to correctly ignore all actions within this repository.

  - dependency-name: "github/gh-aw-actions*" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.

labels:
- chore
- deps
open-pull-requests-limit: 5
package-ecosystem: github-actions
schedule:
day: monday
interval: weekly
time: "06:17"
version: 2
Loading
Loading