Merge branch 'renovate/configure' into 'main'

Configure Renovate

See merge request OpenAlt/OpenAltRO/openalt_ro!1
This commit is contained in:
Bashy 2026-07-01 15:37:10 +03:00
commit 5174fb0b2b

37
renovate.json Normal file
View file

@ -0,0 +1,37 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"matchDatasources": ["npm"],
"minimumReleaseAge": "7 days"
}
],
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": [
"\\.gitlab-ci\\.ya?ml$"
],
"matchStrings": [
"\\s?_IMAGE:\\s['\"](?<registryUrls>.*?)\\/(?<depName>.*?):(?<currentValue>.*)['\"]"
],
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"managerFilePatterns": [
"\\.gitlab-ci\\.ya?ml$"
],
"matchStrings": [
"\\s?image:\\s['\"](?<registryUrls>.*?)\\/(?<depName>.*?):(?<currentValue>.*)['\"]"
],
"datasourceTemplate": "docker"
}
]
}