Skip to content

Commit 42af98f

Browse files
authored
Create renovate.json
Signed-off-by: Andreas Fehlner <[email protected]>
1 parent 1635c6c commit 42af98f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/renovate.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
],
5+
"packageRules": [
6+
{
7+
"matchDatasources": ["docker"],
8+
"matchPackagePatterns": ["quay.io/pypa/manylinux2014_aarch64"],
9+
"fileMatch": ["\\.github/workflows/.*\\.yml$"],
10+
"groupName": "manylinux2014_aarch64 Docker images"
11+
},
12+
{
13+
"matchDatasources": ["docker"],
14+
"matchPackagePatterns": ["quay.io/pypa/manylinux2014_x86_64"],
15+
"fileMatch": ["\\.github/workflows/.*\\.yml$"],
16+
"groupName": "manylinux2014_x86_64 Docker images"
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)