diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7e93db4..4faf596 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" \ No newline at end of file