Skip to content

Commit b2b47a0

Browse files
committed
pin sphinx
1 parent 0336307 commit b2b47a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/.github/dependabot.yml.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ updates:
1212
- dependency-name: "boto3" # boto3 gets patch updates way too frequently and they're usually not important
1313
update-types:
1414
- "version-update:semver-patch"
15+
- 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
16+
update-types:
17+
- "version-update:semver-minor"
1518

1619
groups:
1720
prod-dependencies:

0 commit comments

Comments
 (0)