Skip to content

Commit

Permalink
Merge pull request #231 from open-dynaMIX/dependabot_native
Browse files Browse the repository at this point in the history
chore: move to GitHub-native Dependabot
  • Loading branch information
David Vogt authored May 18, 2021
2 parents 6acff2f + 9d98a3a commit adbe814
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .dependabot/config.yml

This file was deleted.

30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: friday
time: "12:00"
timezone: "Europe/Zurich"
ignore:
- dependency-name: django
versions:
- ">=3"
commit-message:
prefix: chore
include: scope
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
day: friday
time: "12:00"
timezone: "Europe/Zurich"
ignore:
- dependency-name: python
versions:
- ">=3.7"
commit-message:
prefix: chore
include: scope

0 comments on commit adbe814

Please sign in to comment.