Skip to content

Commit

Permalink
Merge pull request #348 from wultra/issues/dependabot-gha
Browse files Browse the repository at this point in the history
Add dependabot configuration for github-actions
  • Loading branch information
banterCZ authored Oct 23, 2024
2 parents b1746f6 + c00d895 commit ae7ece0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ version: 2
updates:
- package-ecosystem: "maven"
directory: "/powerauth-data-adapter"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
interval: "weekly"

0 comments on commit ae7ece0

Please sign in to comment.