Skip to content

Commit

Permalink
Merge pull request #124 from jstockwin/dependabot
Browse files Browse the repository at this point in the history
[meta] Enable dependabot package updates
  • Loading branch information
jstockwin committed Dec 11, 2020
2 parents 224963f + de1b46a commit 981dc33
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
# Maintain dependencies from pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies from GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Enabled dependabot which should help to keep packages up to date ([#124](https://github.com/jstockwin/py-pdf-parser/pull/124))

### Fixed
- Fixed a typo in simple memo example in the documentation. ([#121](https://github.com/jstockwin/py-pdf-parser/pull/121))

Expand Down

0 comments on commit 981dc33

Please sign in to comment.