UNCLASSIFIED

Commit 7d3552f2 authored by Tim Seagren's avatar Tim Seagren
Browse files

added renovate.json updates

parent 85d17de6
{
"assignees": ["@seagren.tim"],
"baseBranches": ["development"],
"packageRules": [
{
"datasources": ["github-releases"],
"packageNames": ["php/php-src"],
"separateMinorPatch": true,
"minor": {
"enabled": false
}
}
],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "php/php74",
"datasourceTemplate": "docker"
"depNameTemplate": "php/php-src",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["^Jenkinsfile$"],
"matchStrings": [
"version:\\s+\"(?<currentValue>.*?)\""
],
"depNameTemplate": "php/php74",
"datasourceTemplate": "docker"
"depNameTemplate": "php/php-src",
"datasourceTemplate": "gituhb-releases"
}
]
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment