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 1a6420d commit cc18cceCopy full SHA for cc18cce
.github/renovate.json5
@@ -6,7 +6,7 @@
6
"helpers:pinGitHubActionDigests",
7
],
8
labels: ["release-exclude", "renovate"],
9
- baseBranches: ["main", "/^release-.+$/"],
+ baseBranches: ["main", "/^release-.+$/", "renovate-test"],
10
nix: {
11
enabled: true,
12
},
@@ -15,6 +15,17 @@
15
extends: ["schedule:weekly"],
16
automerge: true,
17
18
+ customManagers: [
19
+ {
20
+ // WSL repo checkout job
21
+ customType: "regex",
22
+ fileMatch: ["/.github\\/.+\\.ya?ml$/"],
23
+ matchStrings: [
24
+ "repository:\\s*(?<depName>[^/\\s]+/[^/\\s]+)\\s*ref:\\s*(?<currentValue>[^\\s]+)",
25
+ ],
26
+ datasourceTemplate: "github-tags",
27
+ },
28
29
packageRules: [
30
{
31
// De-Prioritize release branches
0 commit comments