Skip to content
Merged
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
38 changes: 19 additions & 19 deletions .github/workflows/dependency-update-dotnet.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/dependency-update-dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ network:
- defaults
- github
- dotnet
- node

tools:
edit:
Expand Down
51 changes: 27 additions & 24 deletions .github/workflows/dependency-update-github-actions.lock.yml

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion .github/workflows/dependency-update-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ network:
allowed:
- defaults
- github
- dotnet
- node
Comment thread
dgee2 marked this conversation as resolved.

tools:
edit:
Expand All @@ -37,9 +39,16 @@ safe-outputs:
allowed-files:
- '.github/workflows/*.yml'
- '.github/workflows/*.yaml'
- '.github/workflows/*.md'
- '.github/actions/**/*.yml'
- '.github/actions/**/*.yaml'
protected-files: fallback-to-issue
- '.github/actions/**/*.md'
protected-files:
policy: allowed
exclude:
- .github/workflows/
- .github/actions/
github-token: ${{ secrets.GH_AW_GITHUB_TOKEN }}
close-pull-request:
max: 10
add-labels:
Expand Down
42 changes: 21 additions & 21 deletions .github/workflows/dependency-update-node.lock.yml

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions .github/workflows/dependency-update-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ network:
allowed:
- defaults
- github
- dotnet
- node

tools:
Expand All @@ -41,6 +42,13 @@ safe-outputs:
- '**/yarn.lock'
- '**/.npmrc'
- 'ui/menu-website/**'
protected-files:
policy: allowed
exclude:
- '**/package.json'
- '**/pnpm-lock.yaml'
- '**/package-lock.json'
- '**/yarn.lock'
close-pull-request:
max: 10
add-labels:
Expand Down
Loading