Skip to content

Update dependency requests to v2.32.2 [SECURITY] #8

Update dependency requests to v2.32.2 [SECURITY]

Update dependency requests to v2.32.2 [SECURITY] #8

name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
labels:
- 'chore'
- 'maintenance'
- title: '📚 Documentation'
labels:
- 'documentation'
- title: '🔧 Refactoring'
labels:
- 'refactor'
- title: '🚨 Tests'
labels:
- 'test'
- 'testing'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # Removes special characters from PR titles
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: |
## What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION