| 
1 | 1 | {  | 
2 | 2 |   "$schema": "https://docs.renovatebot.com/renovate-schema.json",  | 
3 |  | -  "baseBranches": ["main"],  | 
 | 3 | +  "baseBranchPatterns": [  | 
 | 4 | +    "main"  | 
 | 5 | +  ],  | 
4 | 6 |   "branchPrefix": "renovate/",  | 
5 | 7 |   "prHourlyLimit": 0,  | 
6 | 8 |   "ignorePaths": [  | 
 | 
12 | 14 |   },  | 
13 | 15 |   "packageRules": [  | 
14 | 16 |     {  | 
15 |  | -      "matchDatasources": ["docker"],  | 
16 |  | -      "matchDepNames": ["quay.io/fedora/fedora"],  | 
 | 17 | +      "matchDatasources": [  | 
 | 18 | +        "docker"  | 
 | 19 | +      ],  | 
 | 20 | +      "matchDepNames": [  | 
 | 21 | +        "quay.io/fedora/fedora"  | 
 | 22 | +      ],  | 
17 | 23 |       "enabled": false  | 
18 | 24 |     },  | 
19 | 25 |     {  | 
20 |  | -      "matchManagers": ["rpm"],  | 
21 |  | -      "matchBaseBranches": ["main"],  | 
 | 26 | +      "matchManagers": [  | 
 | 27 | +        "rpm"  | 
 | 28 | +      ],  | 
 | 29 | +      "matchBaseBranches": [  | 
 | 30 | +        "main"  | 
 | 31 | +      ],  | 
22 | 32 |       "groupName": "RPM Updates",  | 
23 | 33 |       "commitMessageTopic": "RPM updates",  | 
24 | 34 |       "enabled": true,  | 
 | 
31 | 41 |       "automergeType": "branch"  | 
32 | 42 |     },  | 
33 | 43 |     {  | 
34 |  | -      "matchDatasources": ["custom.oc"],  | 
 | 44 | +      "matchDatasources": [  | 
 | 45 | +        "custom.oc"  | 
 | 46 | +      ],  | 
35 | 47 |       "extractVersion": "openshift-client-linux-(?<version>.+)\\.tar\\.gz"  | 
36 | 48 |     }  | 
37 | 49 |   ],  | 
38 | 50 |   "customManagers": [  | 
39 | 51 |     {  | 
40 | 52 |       "customType": "regex",  | 
41 | 53 |       "description": "Update Fedora base image based on endoflife-date",  | 
42 |  | -      "fileMatch": [  | 
43 |  | -        "Dockerfile|Containerfile"  | 
 | 54 | +      "managerFilePatterns": [  | 
 | 55 | +        "/Dockerfile|Containerfile/"  | 
44 | 56 |       ],  | 
45 | 57 |       "matchStrings": [  | 
46 | 58 |         "quay.io/fedora/fedora:(?<currentValue>.*)"  | 
 | 
52 | 64 |     {  | 
53 | 65 |       "customType": "regex",  | 
54 | 66 |       "datasourceTemplate": "custom.oc",  | 
55 |  | -      "fileMatch": ["artifacts.lock.yaml"],  | 
 | 67 | +      "managerFilePatterns": [  | 
 | 68 | +        "/artifacts.lock.yaml/"  | 
 | 69 | +      ],  | 
56 | 70 |       "depNameTemplate": "openshift-client",  | 
57 | 71 |       "versioningTemplate": "semver",  | 
58 | 72 |       "matchStrings": [  | 
 | 
0 commit comments