-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.xml
36 lines (36 loc) · 2.42 KB
/
renovate.xml
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
<?xml version="1.0"?>
<Container version="2">
<Name>renovate</Name>
<Repository>renovate/renovate</Repository>
<Registry>https://hub.docker.com/r/renovate/renovate</Registry>
<Branch>
<Tag>latest</Tag>
<TagDescription>The default image comes with the Node.js environment. Renovate will install any needed tools when it runs. Read the binarySource=install documentation for more details. We recommend this default image for most users.</TagDescription>
</Branch>
<Branch>
<Tag>full</Tag>
<TagDescription>The -full image includes most package managers that Renovate supports but not all. Update your Docker images regularly to keep the pre-installed tools up-to-date. The full image is for users who don't want to download or install things at runtime. This image has some downsides because it comes pre-installed with one version of each language/manager (usually the latest) and weighs several gigabytes.</TagDescription>
</Branch>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/diogonr/unraid_templates/issues</Support>
<Project>https://github.com/renovatebot/renovate</Project>
<Overview>Automated dependency updates. Multi-platform and multi-language. Create your renovate default config in the appdata directory or on /username/renovate-config.</Overview>
<Category>Tools:</Category>
<WebUI/>
<TemplateURL/>
<Icon>https://docs.renovatebot.com/assets/images/logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1713696247</DateInstalled>
<DonateText/>
<DonateLink/>
<Requires/>
<Config Name="config" Target="/config/" Default="" Mode="rw" Description="Path to the config directory" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/renovate</Config>
<Config Name="RENOVATE_CONFIG_FILE" Target="RENOVATE_CONFIG_FILE" Default="" Mode="" Description="Unnecessary if you have the renovate-config repo setup" Type="Variable" Display="always" Required="false" Mask="false">/config/renovate.json5</Config>
<Config Name="RENOVATE_PLATFORM" Target="RENOVATE_PLATFORM" Default="" Mode="" Description="Platform for Renovate" Type="Variable" Display="always" Required="false" Mask="false">github</Config>
<Config Name="RENOVATE_TOKEN" Target="RENOVATE_TOKEN" Default="" Mode="" Description="Authentication token for Renovate" Type="Variable" Display="always" Required="false" Mask="true"></Config>
</Container>