|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
| 3 | + "automerge": true, |
3 | 4 | "extends": [ |
4 | 5 | "config:base", |
5 | 6 | "group:allNonMajor" |
6 | 7 | ], |
7 | | - "regexManagers": [ |
8 | | - { |
9 | | - "fileMatch": ["(^|/)rockcraft.yaml$"], |
10 | | - "description": "Update base image references", |
11 | | - "matchStringsStrategy": "any", |
12 | | - "matchStrings": ["# renovate: build-base:\\s+(?<depName>[^:]*):(?<currentValue>[^\\s@]*)(@(?<currentDigest>sha256:[0-9a-f]*))?", |
13 | | - "# renovate: base:\\s+(?<depName>[^:]*):(?<currentValue>[^\\s@]*)(@(?<currentDigest>sha256:[0-9a-f]*))?"], |
14 | | - "datasourceTemplate": "docker", |
15 | | - "versioningTemplate": "ubuntu" |
16 | | - } |
| 8 | + "ignorePaths": [ |
| 9 | + "jobmanager/client/.gitlab-ci.yml", |
| 10 | + "jobmanager/client/test-requirements.txt" |
17 | 11 | ], |
18 | 12 | "packageRules": [ |
19 | 13 | { |
|
24 | 18 | "pinDigests": true |
25 | 19 | }, |
26 | 20 | { |
27 | | - "matchFiles": ["rockcraft.yaml"], |
28 | | - "matchUpdateTypes": ["major", "minor", "patch"], |
29 | | - "enabled": false |
| 21 | + "enabled": false, |
| 22 | + "matchFiles": [ |
| 23 | + "rockcraft.yaml" |
| 24 | + ], |
| 25 | + "matchUpdateTypes": [ |
| 26 | + "major", |
| 27 | + "minor", |
| 28 | + "patch" |
| 29 | + ] |
30 | 30 | } |
31 | 31 | ], |
32 | | - "ignorePaths": ["jobmanager/client/.gitlab-ci.yml", "jobmanager/client/test-requirements.txt"] |
| 32 | + "regexManagers": [ |
| 33 | + { |
| 34 | + "datasourceTemplate": "docker", |
| 35 | + "description": "Update base image references", |
| 36 | + "fileMatch": [ |
| 37 | + "(^|/)rockcraft.yaml$" |
| 38 | + ], |
| 39 | + "matchStrings": [ |
| 40 | + "# renovate: build-base:\\s+(?<depName>[^:]*):(?<currentValue>[^\\s@]*)(@(?<currentDigest>sha256:[0-9a-f]*))?", |
| 41 | + "# renovate: base:\\s+(?<depName>[^:]*):(?<currentValue>[^\\s@]*)(@(?<currentDigest>sha256:[0-9a-f]*))?" |
| 42 | + ], |
| 43 | + "matchStringsStrategy": "any", |
| 44 | + "versioningTemplate": "ubuntu" |
| 45 | + } |
| 46 | + ] |
33 | 47 | } |
0 commit comments