Skip to content
Snippets Groups Projects
Verified Commit 94540612 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

update renovate config

parent 8a570e99
No related branches found
No related tags found
No related merge requests found
Pipeline #197189 failed
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base" "config:recommended"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^.*values.*\\.ya?ml$"
],
"matchStrings": [
"repository:\\s*netbox-community/netbox\\s*tag:\\s*(?<currentValue>v?[0-9.]+)"
],
"datasourceTemplate": "docker",
"packageNameTemplate": "netbox-community/netbox",
"versioningTemplate": "docker",
"extractVersionTemplate": "{{currentValue}}",
"registryUrlTemplate": "ghcr.io"
}
], ],
"ignorePresets": [ "ignorePresets": [
":prHourlyLimit200" ":prHourlyLimit200"
......
...@@ -2,6 +2,8 @@ replicaCount: 2 ...@@ -2,6 +2,8 @@ replicaCount: 2
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
registry: ghcr.io
repository: netbox-community/netbox
tag: v4.1.3 tag: v4.1.3
superuser: superuser:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment