Skip to content

Commit 39652e3

Browse files
authored
build: auto-approve renovate-bot PRs for minor updates (#1145)
1 parent 095fd30 commit 39652e3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

synthtool/gcp/templates/node_library/.github/auto-approve.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ rules:
44
changedFiles:
55
- "package\\.json$"
66
- "CHANGELOG\\.md$"
7-
maxFiles: 3
7+
maxFiles: 3
8+
- author: "renovate-bot"
9+
title: "^(fix\\(deps\\)|chore\\(deps\\)):"
10+
changedFiles:
11+
- "/package\\.json$"
12+
maxFiles: 2

0 commit comments

Comments
 (0)