mirror of
https://gitlab.com/OpenAlt/OpenAltRO/openalt_ro.git
synced 2026-09-24 14:26:49 +00:00
Merge branch 'renovate/configure' into 'main'
Configure Renovate See merge request OpenAlt/OpenAltRO/openalt_ro!1
This commit is contained in:
commit
5174fb0b2b
1 changed files with 37 additions and 0 deletions
37
renovate.json
Normal file
37
renovate.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue