We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5e09e commit 932e0e5Copy full SHA for 932e0e5
1 file changed
.github/renovate.json5
@@ -0,0 +1,34 @@
1
+{
2
+ extends: [
3
+ 'config:recommended',
4
+ ':semanticCommitTypeAll(chore)',
5
+ ':ignoreUnstable',
6
+ ':separateMajorReleases',
7
+ ':prConcurrentLimitNone',
8
+ ':prHourlyLimitNone',
9
+ ':preserveSemverRanges',
10
+ ],
11
+ rebaseWhen: 'conflicted',
12
+ dependencyDashboardLabels: [
13
+ 'type: process',
14
15
+ packageRules: [
16
+ {
17
+ groupName: 'GitHub Actions',
18
+ matchManagers: [
19
+ 'github-actions',
20
21
+ pinDigests: true,
22
+ },
23
24
+ customManagers: [
25
26
+ customType: "regex",
27
+ managerFilePatterns: ["/toolbox_version\\.txt$/"],
28
+ matchStrings: ["(?<currentValue>[\\d\\.]+)"],
29
+ datasourceTemplate: "github-releases",
30
+ packageNameTemplate: "googleapis/genai-toolbox",
31
+ extractVersionTemplate: "^v(?<version>.*)$",
32
+ }
33
+ ]
34
+}
0 commit comments