Skip to content

Commit

Permalink
Merge pull request #46 from embulk/dependabot-spi-junit
Browse files Browse the repository at this point in the history
Enable dependabot for Embulk SPI and JUnit
  • Loading branch information
dmikurube authored Apr 15, 2024
2 parents 4e26912 + 4f6129d commit 2a5fd28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ updates:
directory: "/"
schedule:
interval: "daily"
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "org.embulk:embulk-spi"
- dependency-name: "junit:junit"
- dependency-name: "org.junit*"

0 comments on commit 2a5fd28

Please sign in to comment.