You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-awf-version.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
on:
3
3
schedule: daily
4
-
description: Checks for new releases of gh-aw-firewall and copilot-cli, and opens PRs to update pinned version constants
4
+
description: Checks for new releases of gh-aw-firewall, copilot-cli, and gh-aw-mcpg, and opens PRs to update pinned version constants
5
5
permissions:
6
6
contents: read
7
7
issues: read
@@ -13,7 +13,7 @@ network:
13
13
allowed: [defaults]
14
14
safe-outputs:
15
15
create-pull-request:
16
-
max: 2
16
+
max: 3
17
17
---
18
18
19
19
# Dependency Version Updater
@@ -24,12 +24,13 @@ You are a dependency maintenance bot for the **ado-aw** project — a Rust CLI c
24
24
25
25
Check whether pinned version constants in `src/compile/common.rs` are up to date with the latest releases of their upstream dependencies. For each outdated constant, open a PR to update it.
26
26
27
-
There are two dependencies to check:
27
+
There are three dependencies to check:
28
28
29
29
| Constant | Upstream Repository | Example value |
0 commit comments