Skip to content

Commit b6d6d42

Browse files
authored
Merge pull request #202 from GeneralPractitioner-GP/patch-1
2 parents a3177e8 + 61e3459 commit b6d6d42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

schemas/config-schema.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"monthly": {
2525
"type": "string",
26-
"pattern": "^monthly\\((?:28@(?:[01]?[0-9]|2[0-3]):([0-5][0-9]))\\)$"
26+
"pattern": "^monthly\\((0?[1-9]|[12][0-9]|3[01])@(0?[0-9]|1[0-9]|2[0-3]):([0-5][0-9])\\)$",
27+
"$comment": "https://regex101.com/r/z89LmH/1"
2728
},
2829
"cron": {
2930
"type": "string",
@@ -762,4 +763,4 @@
762763
"bash_scripts",
763764
"main"
764765
]
765-
}
766+
}

0 commit comments

Comments
 (0)