UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
renovate.json 740 B
Newer Older
  "baseBranches": ["master"],
Michael McLeroy's avatar
Michael McLeroy committed
  "packageRules": [
    {
      "matchPackagePatterns": [ "ironbank" ],
      "groupName": "ironbank"
    }
  ],
  "regexManagers": [
    {
      "fileMatch": [
Michael McLeroy's avatar
Michael McLeroy committed
        "^values\\.yaml$"
      ],
      "matchStrings": [
        "org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
      ],
Michael McLeroy's avatar
Michael McLeroy committed
      "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio-1.8/proxyv2",
Michael McLeroy's avatar
Michael McLeroy committed
      "datasourceTemplate": "docker"
    },
    {
      "fileMatch": [
Michael McLeroy's avatar
Michael McLeroy committed
        "^values\\.yaml$"
      ],
      "matchStrings": [
        "tags:\\s+-\\s+\"(?<currentValue>.+?)\""
      ],
Michael McLeroy's avatar
Michael McLeroy committed
      "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/istioctl",
Michael McLeroy's avatar
Michael McLeroy committed
      "datasourceTemplate": "docker"
Michael McLeroy's avatar
Michael McLeroy committed
}