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