Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Create Dependabot config file (#349)
Browse files Browse the repository at this point in the history
* Create Dependabot config file

* add more options

* config mwg

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: MacFan4000 <paulfkeffer@gmail.com>
  • Loading branch information
dependabot-preview[bot] and MacFan4000 committed Oct 28, 2020
1 parent c7136b6 commit dfdd78c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
target-branch: dev
labels:
- "merge when green"
- "dependencies"
4 changes: 4 additions & 0 deletions .github/merge-when-green.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
requiredChecks:
- travis-ci
- sonarcloud
- lgtm-com

0 comments on commit dfdd78c

Please sign in to comment.