UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
renovate.json 868 B
Newer Older
  "assignees": ["@michaelmcleroy"],
  "baseBranches": ["master"],
Michael McLeroy's avatar
Michael McLeroy committed
  "packageRules": [
    {
      "datasources": ["docker"],
      "packageNames": ["registry1.dso.mil/ironbank/opensource/istio-1.8/proxyv2"],
      "major": {
        "enabled": true
      }
    }
  ],
  "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-1.8/proxyv2",
Michael McLeroy's avatar
Michael McLeroy committed
      "datasourceTemplate": "docker"
Michael McLeroy's avatar
Michael McLeroy committed
}