Skip to content

Commit

Permalink
Replaced renovate configuration with dependabot (#161)
Browse files Browse the repository at this point in the history
* Replaced renovate configuration with dependabot

* Moved dependabot configuration in .github folder
  • Loading branch information
ilcardella committed Aug 16, 2020
1 parent cab2796 commit 1365c05
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for Python
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Changed
- Replaced Pipenv with Poetry
- Replaced dependency managed with Dependabot

## Added
- Added Makefile to perform development and deployment actions
Expand Down
10 changes: 0 additions & 10 deletions renovate.json

This file was deleted.

0 comments on commit 1365c05

Please sign in to comment.