forked from aquaproj/aqua-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json5
More file actions
33 lines (33 loc) · 1 KB
/
renovate.json5
File metadata and controls
33 lines (33 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
extends: [
"github>suzuki-shunsuke/renovate-config#4.0.0",
"github>aquaproj/aqua-renovate-config#2.12.0",
"github>suzuki-shunsuke/renovate-config:nolimit#4.0.0",
"github>aquaproj/aqua-renovate-config:file#2.12.0(CONTRIBUTING\\.md)",
"github>aquaproj/aqua-renovate-config:file#2.12.0(aqua/.*.yaml)",
"github>aquaproj/aqua-renovate-config:installer-script#2.12.0(docker/Dockerfile)",
"github>suzuki-shunsuke/renovate-config:action-go-version#4.0.0",
"github>lintnet/renovate-config#0.1.2",
],
packageRules: [
{
matchFileNames: ["docker/Dockerfile"],
pinDigests: false,
},
{
matchFileNames: ["docker/Dockerfile"],
matchPackageNames: ["golang"],
minimumReleaseAge: "7 days",
},
],
customManagers: [
{
customType: "regex",
managerFilePatterns: ["/README.md/"],
matchStrings: [
"ref: (?<currentValue>.*?) # renovate: depName=(?<depName>.*)",
],
datasourceTemplate: "github-releases",
},
],
}