diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2105e6de2cb6..dc22c9057fa6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,4 +35,17 @@ updates: - "mysql_async" google-cloud: patterns: - - "google-cloud*" \ No newline at end of file + - "google-cloud*" +# Don't update these directories +- package-ecosystem: cargo + directory: /src/workspace-hack + schedule: + interval: "daily" + ignore: + - dependency-name: "*" +- package-ecosystem: cargo + directory: /integration_tests/feature-store + schedule: + interval: "daily" + ignore: + - dependency-name: "*"