Skip to content

Commit 726c7b1

Browse files
authored
Merge pull request #19 from camptocamp/fix
Add certifi as security sensitive package
2 parents 410b2e9 + 140b8a2 commit 726c7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/** Immediately update security related packages and pytz */
44
{
55
groupName: 'security packages',
6-
matchDepNames: ['cryptography', 'pyOpenSSL', 'pytz'],
6+
matchDepNames: ['cryptography', 'pyOpenSSL', 'certifi', 'pytz'],
77
enabled: true,
88
schedule: 'after 5am',
99
minimumReleaseAge: '0',

0 commit comments

Comments
 (0)