diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 764267043..80446cd30 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,6 @@ # dependabot configuration available at: https://docs.github.com/en/code-security/dependabot version: 2 updates: - - package-ecosystem: "github-actions" directory: "/" schedule: @@ -15,7 +14,9 @@ updates: - Dependabot - package-ecosystem: maven - directory: "/code" + directories: + - "/examples" + - "/tests/integration" schedule: interval: daily time: "11:30"