From 2132c45fce362d83762e21cf1f58fed88cfcbe4a Mon Sep 17 00:00:00 2001 From: Derek Graeber Date: Mon, 3 Feb 2025 17:40:22 +0000 Subject: [PATCH] ignore changes to dependabot --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 95c7e76..f540155 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,6 +13,12 @@ updates: - dependency-name: "myst_parser" versions: - "4.0.0" + - dependency-name: "pydantic" + versions: + - "2.10.5" + - dependency-name: "pydantic-core" + versions: + - "2.27.2" - package-ecosystem: "github-actions" directory: "/"