Skip to content

Commit 327c78f

Browse files
committed
feat(automerge): automerge minor and patch updates to clap
1 parent ccc671e commit 327c78f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,19 @@
157157
"^actions/"
158158
],
159159
"automerge": true
160+
},
161+
{
162+
"matchManagers": [
163+
"cargo"
164+
],
165+
"matchPackageNames": [
166+
"clap"
167+
],
168+
"matchUpdateTypes": [
169+
"minor",
170+
"patch"
171+
],
172+
"automerge": true
160173
}
161174
],
162175
"prCreation": "not-pending",

0 commit comments

Comments
 (0)