Skip to content

Commit

Permalink
Add GitHub Actions support
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperxpro authored Aug 17, 2024
1 parent ec144f2 commit 5e94c72
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@

version: 2
updates:
- package-ecosystem: "maven" # See documentation for possible values
- package-ecosystem: "maven"
directories:
- "/"
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "github-actions"
directories:
- "/"
schedule:
interval: "daily"

0 comments on commit 5e94c72

Please sign in to comment.