Skip to content

Commit

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

* Format dependabot.yml with prettier

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Claudio Jolowicz <[email protected]>
Co-authored-by: Thiago C. D'Ávila <[email protected]>
  • Loading branch information
3 people authored Jul 8, 2020
1 parent 2748e7a commit 7f74095
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .dependabot/config.yml

This file was deleted.

35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/docs"
schedule:
interval: daily
time: "04:00"
timezone: "Europe/Berlin"
labels:
- "cookiecutter"
- "dependencies"
- "python"
open-pull-requests-limit: 99
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
time: "04:00"
timezone: "Europe/Berlin"
labels:
- "cookiecutter"
- "dependencies"
- "python"
open-pull-requests-limit: 99
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "04:00"
timezone: "Europe/Berlin"
labels:
- "cookiecutter"
- "dependencies"
- "github_actions"
open-pull-requests-limit: 99

0 comments on commit 7f74095

Please sign in to comment.