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 c1c4fe2
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
labels:
- "maven"
- "dependencies"
- package-ecosystem: "maven"
directory: "/examples/scala"
schedule:
interval: "daily"
labels:
- "maven"
- "examples"
- "dependencies"

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

0 comments on commit c1c4fe2

Please sign in to comment.