Skip to content

Commit f63798c

Browse files
Configure Renovate (#1113)
1 parent 07ea968 commit f63798c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

renovate.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"packageRules": [
7+
{
8+
"matchPackagePatterns": ["phpstan"],
9+
"groupName": "phpstan packages",
10+
"groupSlug": "phpstan"
11+
}
12+
],
13+
"assignees": [
14+
"simPod"
15+
]
16+
}

0 commit comments

Comments
 (0)