diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58bc8ad5..752b9b9f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values - directory: "/src" # Location of package manifests + directories: ["/tools", "/jwtproxy"] # Location of package manifests schedule: interval: "weekly" groups: @@ -16,6 +16,6 @@ updates: - "minor" - "patch" - package-ecosystem: "docker" # See documentation for possible values - directory: "/src" # Location of package manifests + directories: ["/", "/jwtproxy"] # Location of package manifests schedule: interval: "weekly"