Skip to content

Commit

Permalink
Add dependabot yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Mar 17, 2021
1 parent 04dc518 commit 1bfbc5b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/examples/scala"
schedule:
interval: "daily"

- package-ecosystem: "pip"
directory: "/python"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/examples/python"
schedule:
interval: "daily"

0 comments on commit 1bfbc5b

Please sign in to comment.