Skip to content

Commit 9f2b088

Browse files
authored
Update pattern for auto-approving dependency updated (#61696)
* Update pattern for auto-approving dependency updated * Update resourceManagement.yml
1 parent 67b23ab commit 9f2b088

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/policies/resourceManagement.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,13 @@ configuration:
232232
- isActivitySender:
233233
user: dotnet-maestro[bot]
234234
issueAuthor: False
235-
- titleContains:
236-
pattern: Update dependencies
237-
isRegex: False
235+
- or:
236+
- titleContains:
237+
pattern: Update dependencies
238+
isRegex: False
239+
- titleContains:
240+
pattern: Source code updates
241+
isRegex: False
238242
- targetsBranch:
239243
branch: main
240244
then:

0 commit comments

Comments
 (0)