Skip to content

Commit

Permalink
Merge pull request #15 from embulk/dependabot-gradle-publish-junit
Browse files Browse the repository at this point in the history
Enable dependabot for the Gradle plugin publish plugin, and JUnit
  • Loading branch information
dmikurube authored May 30, 2024
2 parents 5bb6f23 + ca8d208 commit 7eda04b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "com.gradle.plugin-publish"
- dependency-name: "org.junit*"

0 comments on commit 7eda04b

Please sign in to comment.