Skip to content

Commit

Permalink
Enable dependabot for Embulk SPI and JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Apr 15, 2024
1 parent f644c4c commit 4f6129d
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 4f6129d

Please sign in to comment.