Skip to content

Commit 9d6c2de

Browse files
authored
feat: python config: use fix prefix on prod dependency updates (#27)
We want that changes that will affect the application are deployed and released into dev/staging separately from code changes so that issues are discovered earlier and are easier to debug/diagnose.
1 parent 54fd1c0 commit 9d6c2de

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

python.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@
1212
},
1313
"pip_setup": {
1414
"enabled": false
15-
}
15+
},
16+
"packageRules": [
17+
{
18+
"description": "Production dependencies",
19+
"matchFileNames": ["requirements.txt", "requirements.in"],
20+
"semanticCommitType": "fix"
21+
}
22+
]
1623
}

0 commit comments

Comments
 (0)