Skip to content

Commit

Permalink
Enable Dependabot for composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed May 6, 2023
1 parent d66dcf6 commit 9ea2207
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,18 @@ updates:
schedule:
interval: "weekly"
labels: [ ]
- package-ecosystem: "github-actions"
directory: "/.github/actions/main-build"
schedule:
interval: "weekly"
labels: [ ]
- package-ecosystem: "github-actions"
directory: "/.github/actions/run-gradle"
schedule:
interval: "weekly"
labels: [ ]
- package-ecosystem: "github-actions"
directory: "/.github/actions/setup-test-jdk"
schedule:
interval: "weekly"
labels: [ ]

0 comments on commit 9ea2207

Please sign in to comment.