Update renovate.json

This commit is contained in:
Gerrit Gogel 2023-09-09 13:24:15 +02:00 committed by GitHub
parent 1b70bb1224
commit 6309772887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/renovate.json vendored
View file

@ -1,13 +1,11 @@
{
"extends": [
"config:base"
],
"regexManagers": [
"extends": ["config:base"],
"separateMajorMinor": true,
"packageRules": [
{
"fileMatch": ["^.*Dockerfile$"],
"matchStrings": ["^FROM (?<depName>ubuntu):(?<currentValue>[a-zA-Z]+)-(?<build>\\d+)"],
"depNameTemplate": "{{depName}}",
"datasourceTemplate": "docker"
"datasources": ["docker"],
"packageNames": ["ubuntu"],
"pinDigests": true
}
]
}