UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
renovate.json 632 B
Newer Older
  "assignees": ["@michaelmcleroy"],
  "baseBranches": ["master"],
  "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": "Cisco-Talos/clamav-devel/",
      "datasourceTemplate": "github-releases"
    },
    {
      "fileMatch": [
Michael McLeroy's avatar
Michael McLeroy committed
        "^values\\.yaml$"
      ],
      "matchStrings": [
        "tags:\\s+-\\s+\"(?<currentValue>.+?)\""
      ],
Michael McLeroy's avatar
Michael McLeroy committed
      "depNameTemplate": "Cisco-Talos/clamav-devel/releases",
      "datasourceTemplate": "github-releases"
    }
  ]
Michael McLeroy's avatar
Michael McLeroy committed
}