From 8c0ceb1d53b9c0bf1d5e29467b0352149acfbc20 Mon Sep 17 00:00:00 2001 From: Changaco Date: Sun, 5 May 2024 10:41:03 +0200 Subject: [PATCH] ignore most updates of the `botocore` module --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eca12e513..da3b545d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,6 @@ updates: schedule: interval: "weekly" day: "tuesday" + ignore: + - dependency-name: "botocore" + update-types: ["version-update:semver-patch"]