Migrate Renovate config #6

Merged
opencodecabilloteu merged 1 commits from renovate/migrate-config into master 2026-06-10 12:46:14 -04:00
Showing only changes of commit c89a1ff2e7 - Show all commits
+2 -2
View File
@@ -4,8 +4,8 @@
{
"customType": "regex",
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
"fileMatch": [
"^Dockerfile$"
"managerFilePatterns": [
"/^Dockerfile$/"
],
"matchStrings": [
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""