You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Why is this change necessary?
dependabot was updating sphinx
## How does this change address the issue?
stops it
## What side effects does this change have?
N/A
## How is this change tested?
isn't
Copy file name to clipboardExpand all lines: template/.github/dependabot.yml.jinja
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ updates:
12
12
- dependency-name: "boto3" # boto3 gets patch updates way too frequently and they're usually not important
13
13
update-types:
14
14
- "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
0 commit comments