We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1635c6c commit 42af98fCopy full SHA for 42af98f
.github/renovate.json
@@ -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
14
+ "matchPackagePatterns": ["quay.io/pypa/manylinux2014_x86_64"],
15
16
+ "groupName": "manylinux2014_x86_64 Docker images"
17
+ }
18
+ ]
19
0 commit comments