UNCLASSIFIED

Commit 0de4fb2d authored by Zachary Sanders's avatar Zachary Sanders
Browse files

fix pypi regex parse error

parents 10bdd738 5d9ad3ae
Pipeline #375455 passed with stages
in 15 minutes and 42 seconds
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs14
ARG BASE_TAG=14.17.0
ARG BASE_TAG=14.17.3
FROM renovate/renovate:25.51.0 as builder
......
......@@ -8,13 +8,13 @@ name: "container-hardening-tools/renovate/renovate"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "25.50.0"
- "25.51.0"
- "latest"
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "opensource/nodejs/nodejs14"
BASE_TAG: "14.17.1"
BASE_TAG: "14.17.3"
# Docker image labels
labels:
......@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://github.com/renovatebot/renovate"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "WhiteSource"
org.opencontainers.image.version: "25.50.0"
org.opencontainers.image.version: "25.56.1"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "automation,dependency,updates"
## This value can be "opensource" or "commercial"
......@@ -45,10 +45,10 @@ resources:
type: sha256
value: a352e13a8438045b8ed138b821cb757c177acd999c1af77345152d7a64b0ddb7
- filename: yq
url: https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64
url: https://github.com/mikefarah/yq/releases/download/v4.9.8/yq_linux_amd64
validation:
type: sha256
value: a1cfa39a9538e27f11066aa5659b32f9beae1eea93369d395bf45bcfc8a181dc
value: f689eb3b3a52698042365134a01822cada9c01bf069f207ed5b35088248e3000
- filename: kpt.tar.gz
url: https://github.com/GoogleContainerTools/kpt/releases/download/v0.39.3/kpt_linux_amd64-0.39.3.tar.gz
validation:
......@@ -57,7 +57,8 @@ resources:
# List of project maintainers
maintainers:
- name: "Alozie Obuh"
username: "obuh.alozie"
email: "obuh.aloze@solute.us"
- email: "melissari_sean@bah.com"
name: "Sean Melissari"
username: "sean.melissari"
cht_member: true
args:
sargs:
BASE_IMAGE: "opensource/nodejs/nodejs14"
BASE_TAG: "14.16.1"
......@@ -16,10 +16,10 @@ resources:
type: sha256
value: c2b5bbb6c2236f73310b22c748e32a88f25288f3e6e1bd272f3dccc6a2322160
- filename: urllib3-1.25.10-py2.py3-none-any.whl
url: https://files.pythonhosted.org/packages/9f/f0/a391d1463ebb1b233795cabfc0ef38d3db4442339de68f847026199e69d7/urllib3-1.25.10-py2.py3-none-any.whl
url: https://files.pythonhosted.org/packages/5f/64/43575537846896abac0b15c3e5ac678d787a4021e906703f1766bfb8ea11/urllib3-1.26.6-py2.py3-none-any.whl
validation:
type: sha256
value: e7983572181f5e1522d9c98453462384ee92a0be7fac5f1413a1e35c56cc0461
value: 39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4
- filename: gitlab-triage-1.15.0.gem
url: https://rubygems.org/downloads/gitlab-triage-1.15.0.gem
validation:
......
{
"assignees": [
"@obuh.alozie"
],
"baseBranches": [
"development"
],
"packageRules": [
{
"datasources": [
"docker"
],
"packageNames": [
"renovate/renovate"
],
"major": {
"enabled": true
}
},
{
"datasources": [
"docker"
],
"packageNames": [
"registry1.dso.mil/ironbank/opensource/nodejs/nodejs14"
],
"prBodyNotes": ["This is an upstream base image update"]
}
],
"regexManagers": [
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
"tags:\\s+-\\s+\"(?<currentValue>.+?)\""
],
"depNameTemplate": "renovate/renovate",
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"BASE_TAG: \"(?<currentValue>.*?)\""
],
"depNameTemplate": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs14",
"datasourceTemplate": "docker"
}
]
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment