Skip to content

Commit a3c00aa

Browse files
committed
chore(checker): support prometheus v2
1 parent b841aec commit a3c00aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
"name": "prometheus",
270270
"type": "github",
271271
"owner": "prometheus",
272-
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
272+
"match": "^v[2-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
273273
},
274274
"node_exporter": {
275275
"name": "node_exporter",

0 commit comments

Comments
 (0)