Skip to content

Commit b12958d

Browse files
committed
Disable release upgrade checking
1 parent 1739542 commit b12958d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Default behavior for the release upgrader.
2+
3+
4+
[DEFAULT]
5+
# Default prompting and upgrade behavior, valid options:
6+
#
7+
# never - Never check for, or allow upgrading to, a new release.
8+
# normal - Check to see if a new release is available. If more than one new
9+
# release is found, the release upgrader will attempt to upgrade to
10+
# the supported release that immediately succeeds the
11+
# currently-running release.
12+
# lts - Check to see if a new LTS release is available. The upgrader
13+
# will attempt to upgrade to the first LTS release available after
14+
# the currently-running one. Note that if this option is used and
15+
# the currently-running release is not itself an LTS release the
16+
# upgrader will assume prompt was meant to be normal.
17+
Prompt=never

0 commit comments

Comments
 (0)