summaryrefslogtreecommitdiff
path: root/docs/dev/how_to
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2022-01-20 07:54:06 -0800
committerGitHub <noreply@github.com>2022-01-20 07:54:06 -0800
commit69468dfb1fd62e1b647e8fc6c24cff39ce524ca2 (patch)
treeeeca06c56d0d34010c5f18b841ef1aec94a768df /docs/dev/how_to
parentded85993f791e2cbe0645126ed41022cb7e7d1b9 (diff)
downloadchef-69468dfb1fd62e1b647e8fc6c24cff39ce524ca2.tar.gz
Update bumping_the_major_version.md
Diffstat (limited to 'docs/dev/how_to')
-rw-r--r--docs/dev/how_to/bumping_the_major_version.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/dev/how_to/bumping_the_major_version.md b/docs/dev/how_to/bumping_the_major_version.md
index 12d7435dbb..f5eb864b79 100644
--- a/docs/dev/how_to/bumping_the_major_version.md
+++ b/docs/dev/how_to/bumping_the_major_version.md
@@ -30,6 +30,7 @@ Starting from the main branch create a PR which:
### Prep main branch for forking
- In ./expeditor/config.yml add the version_constraint for the new branch, update the version_constraint for main to match the new planned major version and add a constraint for the new stable version / branch.
+- In .github/dependabot.yml add an entry for your new stable branch
### Fork Chef main to a stable branch
@@ -66,4 +67,4 @@ Create a PR that performs the following:
## Update Ohai stable for the Chef stable branch
- In the ohai repo checkout the stable branch
-- Update the `chef-config` and `chef-utils` deps in the Gemfile to point to the chef-XYZ stable branch in the `chef/chef` repo. \ No newline at end of file
+- Update the `chef-config` and `chef-utils` deps in the Gemfile to point to the chef-XYZ stable branch in the `chef/chef` repo.