Skip to content

Commit 84bef63

Browse files
authored
Chorus/dependanbot (#166)
* chours(Dependabot): Dependabot configuration added for security and versions updates
1 parent 6b1cf1a commit 84bef63

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Dependabot configuration
2+
version: 2
3+
updates:
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
target-branch: "master"
7+
schedule:
8+
interval: "daily"
9+
time: "09:00"
10+
timezone: "Europe/Madrid"
11+
assignees:
12+
- "JuanFranDevo"
13+
reviewers:
14+
- "angel-devo"
15+
- "dvillacanas"
16+
labels:
17+
- "Dependanbot"
18+
# Set to 0 to avoid version updates (only security updates)
19+
open-pull-requests-limit: 5

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased - 2023-02-20
7+
## [5.0.5] - 2023-02-20
88
### Fix
99
* Fix vulnerability found in dependency `[email protected]` inherited from `[email protected]`
10+
### Added
11+
* Github workflow `Package test` can be triggered manually now
12+
* Dependabot configuration added for security and versions updates
1013

1114
## [5.0.4] - 2023-02-13
1215
### Chorus

devo/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__description__ = 'Devo Python Library.'
22
__url__ = 'http://www.devo.com'
3-
__version__ = "5.0.4"
3+
__version__ = "5.0.5"
44
__author__ = 'Devo'
55
__author_email__ = '[email protected]'
66
__license__ = 'MIT'

0 commit comments

Comments
 (0)