FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
secureCodeBox/renovate.json at main · secureCodeBox/secureCodeBox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
secureCodeBox
/
secureCodeBox
Public
Notifications
You must be signed in to change notification settings
Fork
183
Star
985
Code
Issues
62
Pull requests
3
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
secureCodeBox
/
renovate.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
60 lines (57 loc) · 1.87 KB
Breadcrumbs
secureCodeBox
/
renovate.json
Copy path
File metadata and controls
60 lines (57 loc) · 1.87 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"$schema"
:
"
https://docs.renovatebot.com/renovate-schema.json
"
,
"extends"
: [
"
config:recommended
"
,
"
group:recommended
"
,
"
:disableDependencyDashboard
"
],
"enabledManagers"
: [
"
dockerfile
"
,
"
custom.regex
"
],
"labels"
: [
"
dependencies
"
],
"ignorePaths"
: [
"
demo-targets/http-webhook/**
"
,
"
demo-targets/old-typo3/**
"
,
"
demo-targets/old-joomla/**
"
,
"
demo-targets/old-wordpress/**
"
,
"
demo-targets/vulnerable-log4j/**
"
],
"customManagers"
: [
{
"customType"
:
"
regex
"
,
"datasourceTemplate"
:
"
docker
"
,
"managerFilePatterns"
: [
"
/demo-targets/.*/Chart
\\
.yaml$/
"
],
"matchStrings"
: [
"
#
\\
s?renovate: image=(?<depName>.*?)
\\
s?appVersion:
\\
s?(?<currentValue>[
\\
w+
\\
.
\\
-]*)
"
]
},
{
"customType"
:
"
regex
"
,
"datasourceTemplate"
:
"
docker
"
,
"managerFilePatterns"
: [
"
/operator/values
\\
.yaml$/
"
],
"matchStrings"
: [
"
#
\\
s?renovate: image=(?<depName>.*?)
\\
s?tag:
\\
s?[
\"
']?(?<currentValue>.*?)[
\"
']?
"
]
},
{
"customType"
:
"
regex
"
,
"description"
:
"
Update GitHub releases dependencies in CI workflow
"
,
"fileMatch"
: [
"
^
\\
.github/workflows/.*
\\
.ya?ml$
"
],
"matchStrings"
: [
"
# renovate: datasource=github-releases depName=(?<depName>.*?)
\\
s*
\\
w+_VERSION:
\\
s*[
\"
']?(?<currentValue>[^
\"
'
\\
s]+)[
\"
']?
"
],
"datasourceTemplate"
:
"
github-releases
"
},
{
"customType"
:
"
regex
"
,
"description"
:
"
Update pinned tool versions in Makefiles (e.g. CONTROLLER_TOOLS_VERSION)
"
,
"managerFilePatterns"
: [
"
/operator/Makefile$
"
,
"
/auto-discovery/cloud-aws/Makefile$
"
,
"
/auto-discovery/kubernetes/Makefile$
"
],
"matchStrings"
: [
"
# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)
\\
s*
\\
w+[_A-Z]* [?]?= (?<currentValue>[^
\\
s]+)
"
],
"datasourceTemplate"
:
"
github-releases
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL