Add tempest into Renovate
Change-Id: I6f2b9fb4ea9098a4c8f06c1a383152d5e0b63335
diff --git a/renovate.json b/renovate.json
index 7a5665b..833e5a0 100644
--- a/renovate.json
+++ b/renovate.json
@@ -17,6 +17,11 @@
{
"enabled": true,
"matchDatasources": ["git-refs"]
+ },
+ {
+ "groupName": "tempest",
+ "matchDatasources": ["git-refs"],
+ "matchFileNames": ["images/tempest/Dockerfile"]
}
],
"customManagers": [
@@ -36,6 +41,16 @@
"depNameTemplate": "neutron-policy-server",
"packageNameTemplate": "https://review.vexxhost.dev/neutron-policy-server",
"currentValueTemplate": "main"
+ },
+ {
+ "customType": "regex",
+ "fileMatch": ["images/tempest/Dockerfile"],
+ "matchStrings": [
+ "ADD https://opendev.org/openstack/(?<depName>[^.]+)(\\.git)?#(?<currentDigest>[0-9a-f]{40}) /src(?<path>.*)"
+ ],
+ "datasourceTemplate": "git-refs",
+ "packageNameTemplate": "https://opendev.org/openstack/{{depName}}",
+ "currentValueTemplate": "master"
}
]
}