From b2b47a028c95d04fec2fdbf7bb28ba1074c39c57 Mon Sep 17 00:00:00 2001 From: Eli Fine Date: Fri, 9 May 2025 18:00:03 +0000 Subject: [PATCH 1/2] pin sphinx --- template/.github/dependabot.yml.jinja | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/.github/dependabot.yml.jinja b/template/.github/dependabot.yml.jinja index 39349664..45c17948 100644 --- a/template/.github/dependabot.yml.jinja +++ b/template/.github/dependabot.yml.jinja @@ -12,6 +12,9 @@ updates: - dependency-name: "boto3" # boto3 gets patch updates way too frequently and they're usually not important update-types: - "version-update:semver-patch" + - dependency-name: "sphinx*" # read-the-docs uses specific versions of sphinx, so we generally want to stay tightly pinned unless there's a major version change + update-types: + - "version-update:semver-minor" groups: prod-dependencies: From 781ab33059f1398e74a4107ceed3d3f5f1604654 Mon Sep 17 00:00:00 2001 From: Eli Fine Date: Fri, 9 May 2025 18:02:36 +0000 Subject: [PATCH 2/2] also ad patch in case --- template/.github/dependabot.yml.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/template/.github/dependabot.yml.jinja b/template/.github/dependabot.yml.jinja index 45c17948..b0dbf157 100644 --- a/template/.github/dependabot.yml.jinja +++ b/template/.github/dependabot.yml.jinja @@ -15,6 +15,7 @@ updates: - dependency-name: "sphinx*" # read-the-docs uses specific versions of sphinx, so we generally want to stay tightly pinned unless there's a major version change update-types: - "version-update:semver-minor" + - "version-update:semver-patch" groups: prod-dependencies: