Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
add dependabot for Trino
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisStaratzis committed Nov 9, 2023
1 parent b79982c commit a846d0d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "io.trino:trino-testing"
- dependency-name: "io.trino:trino-root"
- dependency-name: "io.tiledb:tiledb-java"
assignees:
- "DimitrisStaratzis"

0 comments on commit a846d0d

Please sign in to comment.