mirror of
https://github.com/librenms/docker.git
synced 2026-07-18 00:55:20 +00:00
feat(updates): configure renovate
This commit is contained in:
parent
1d7c972fab
commit
b5a5b431c6
2 changed files with 17 additions and 0 deletions
16
.github/renovate.json
vendored
Normal file
16
.github/renovate.json
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Update _VERSION variables in Dockerfiles",
|
||||
"fileMatch": ["(^|/|\\.)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"],
|
||||
"matchStrings": [
|
||||
"# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))? packageName=(?<packageName>.+?)(?: versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG) .+?_VERSION=\"(?<currentValue>.+?)\"\\s"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
# renovate: datasource=github-releases packageName=librenms/librenms versioning=semver
|
||||
ARG LIBRENMS_VERSION="24.11.0"
|
||||
ARG WEATHERMAP_PLUGIN_COMMIT="0b2ff643b65ee4948e4f74bb5cad5babdaddef27"
|
||||
ARG ALPINE_VERSION="3.19"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue