From 3d4b590ee60b1cd70265c9e2a0d2602add442d26 Mon Sep 17 00:00:00 2001 From: Kaloyan Tanev Date: Tue, 29 Oct 2024 22:20:26 +0200 Subject: [PATCH] Bump only patch versions for bls-wth-go-binary library --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8206c430c..5dbb112d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,9 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "github.com/herumi/bls-eth-go-binary" + update-types: ["version-update:semver-major","version-update:semver-minor"] - package-ecosystem: "docker" directories: - "/"