andrcuns/allure-report-publisher

View on GitHub
.github/renovate.json

Summary

Maintainability
Test Coverage
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "platform": "github",
  "onboarding": false,
  "repositories": [
    "andrcuns/allure-report-publisher"
  ],
  "enabledManagers": [
    "regex"
  ],
  "labels": [
    "dependencies"
  ],
  "customManagers": [
    {
      "customType": "regex",
      "fileMatch": [
        "Dockerfile"
      ],
      "matchStrings": [
        "ARG ALLURE_VERSION=(?<currentValue>.*?)\\n"
      ],
      "depNameTemplate": "allure-framework/allure2",
      "datasourceTemplate": "github-releases"
    }
  ]
}