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
Copy file name to clipboardExpand all lines: template/.github/dependabot.yml.jinja
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ 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