|
4 | 4 | "docker:disable", |
5 | 5 | "schedule:weekdays" |
6 | 6 | ], |
7 | | - "python": { |
8 | | - "enabled": false |
9 | | - }, |
10 | | - "baseBranches": ["main"], |
11 | | - "regexManagers": [ |
| 7 | + "baseBranchPatterns": [ |
| 8 | + "main" |
| 9 | + ], |
| 10 | + "customManagers": [ |
12 | 11 | { |
13 | | - "fileMatch": [ |
14 | | - ".*\\.Dockerfile$", |
15 | | - ".*doc/packaging\\.md$", |
16 | | - ".github/workflows/*\\.yml$" |
17 | | - ], |
18 | | - "matchStrings": [ |
19 | | - "https://github\\.com/(?<depName>.*?)/archive/(?<currentValue>.*?)\\.tar\\.gz", |
20 | | - "https://github\\.com/(?<depName>.*?)/releases/download/(?<currentValue>[^/]+)/bazelisk-linux-", |
21 | | - "https://github\\.com/(?<depName>.*?)/releases/download/(?<currentValue>[^/]+)/.*-x86_64-unknown-linux-musl.tar.gz" |
22 | | - ], |
| 12 | + "customType": "regex", |
| 13 | + "managerFilePatterns": ["/.*\\.Dockerfile$/", "/.*doc/packaging\\.md$/", "/.github/workflows/.*\\.yml$/"], |
| 14 | + "matchStrings": ["https://github\\.com/(?<depName>.*?)/archive/(?<currentValue>.*?)\\.tar\\.gz", "https://github\\.com/(?<depName>.*?)/releases/download/(?<currentValue>[^/]+)/bazelisk-linux-", "https://github\\.com/(?<depName>.*?)/releases/download/(?<currentValue>[^/]+)/.*-x86_64-unknown-linux-musl.tar.gz"], |
23 | 15 | "datasourceTemplate": "github-releases", |
24 | 16 | "versioningTemplate": "loose" |
25 | 17 | }, |
26 | 18 | { |
27 | | - "fileMatch": [ |
28 | | - "^ci/cloudbuild/builds/lib/bazel.sh$", |
29 | | - "^ci/gha/builds/lib/bazel.sh$" |
30 | | - ], |
31 | | - "matchStrings": [ |
32 | | - "{USE_BAZEL_VERSION:=\"(?<currentValue>.*?)\"}", |
33 | | - "\\$Env:USE_BAZEL_VERSION=\"(?<currentValue>.*?)\"" |
34 | | - ], |
| 19 | + "customType": "regex", |
| 20 | + "managerFilePatterns": ["/^ci/cloudbuild/builds/lib/bazel.sh$/", "/^ci/gha/builds/lib/bazel.sh$/"], |
| 21 | + "matchStrings": ["{USE_BAZEL_VERSION:=\"(?<currentValue>.*?)\"}", "\\$Env:USE_BAZEL_VERSION=\"(?<currentValue>.*?)\""], |
35 | 22 | "datasourceTemplate": "github-releases", |
36 | 23 | "depNameTemplate": "bazelbuild/bazel", |
37 | 24 | "versioningTemplate": "loose" |
38 | 25 | }, |
39 | 26 | { |
40 | | - "fileMatch": [ |
41 | | - "ci/etc/vcpkg-version.txt$" |
42 | | - ], |
43 | | - "matchStrings": [ |
44 | | - "^(?<currentValue>[0-9]{4}\\.[0-9]{2}\\.[0-9]{2})$" |
45 | | - ], |
| 27 | + "customType": "regex", |
| 28 | + "managerFilePatterns": ["/ci/etc/vcpkg-version.txt$/"], |
| 29 | + "matchStrings": ["^(?<currentValue>[0-9]{4}\\.[0-9]{2}\\.[0-9]{2})$"], |
46 | 30 | "datasourceTemplate": "github-releases", |
47 | 31 | "depNameTemplate": "microsoft/vcpkg", |
48 | 32 | "versioningTemplate": "loose" |
49 | 33 | } |
50 | 34 | ], |
51 | 35 | "packageRules": [ |
| 36 | + { |
| 37 | + "matchCategories": [ |
| 38 | + "python" |
| 39 | + ], |
| 40 | + "enabled": false |
| 41 | + }, |
52 | 42 | { |
53 | 43 | "matchPackageNames": ["com_google_absl", "abseil/abseil-cpp", "abseil-cpp"], |
54 | 44 | "groupName": "Abseil", |
|
0 commit comments