Add configs

This commit is contained in:
Henri Maurer
2023-06-09 10:26:24 +01:00
parent 1644401f8d
commit 66b6f67835
8 changed files with 83 additions and 27 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ const defaultConfig: ConfigurationOptions = {
'pkg:pip/certifi',
'pkg:pip/[email protected]'
],
comment_summary_in_pr: true
comment_summary_in_pr: true,
retry_on_snapshot_warnings: true,
retry_on_snapshot_warnings_timeout: 120
}
const tmpDir = path.resolve(__dirname, '../tmp')