Skip to content

Commit c60bbb8

Browse files
committed
Renovate: group GitHub actions and Python updates
1 parent da9dbb2 commit c60bbb8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

renovate.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,20 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"groupName": "GitHub Actions",
9+
"matchManagers": [
10+
"github-actions"
11+
]
12+
},
13+
{
14+
"groupName": "Python",
15+
"matchManagers": [
16+
"dockerfile",
17+
"pep621"
18+
]
19+
}
520
]
6-
}
21+
}

0 commit comments

Comments
 (0)