Skip to content

Commit 0672b51

Browse files
authored
Terraform の auto merge ルールをメンテ(これ何回目や...) (#410)
1 parent 9b34fab commit 0672b51

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

automergeTerraform.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
"groupName": "terraform",
88
"matchManagers": [
99
"terraform"
10+
],
11+
"matchUpdateTypes": [
12+
"major",
13+
"minor",
14+
"patch"
15+
],
16+
"matchPackageNames": ["aws", "github", "vercel"],
17+
"matchDepTypes": [
18+
"required_version"
1019
]
1120
}
1221
]

0 commit comments

Comments
 (0)