diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50cdb35d..c914e2f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,6 +26,9 @@ updates: day: "monday" timezone: "Asia/Shanghai" time: "08:00" + ignore: + - dependency-name: "object_store" + versions: [ "0.13.x" ] groups: s3s: update-types: @@ -36,4 +39,4 @@ updates: - "s3s-*" dependencies: patterns: - - "*" + - "*" \ No newline at end of file