Update renovate.json
This commit is contained in:
parent
c550c869c6
commit
5e7f4b32fb
|
|
@ -42,7 +42,17 @@
|
|||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": [
|
||||
"custom.fedora-eln-compose",
|
||||
"custom.fedora-eln-compose"
|
||||
],
|
||||
"extractVersion": "(?<version>.+)/$",
|
||||
"automerge": true,
|
||||
"schedule": [
|
||||
"at any time"
|
||||
],
|
||||
"groupName": null
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"custom.c9s-compose"
|
||||
],
|
||||
"extractVersion": "(?<version>.+)/$",
|
||||
|
|
|
|||
Loading…
Reference in New Issue