Here are the steps according to Apple documentation on how to renew an expired profile
https://developer.apple.com/help/account/manage-profiles/edit-download-or-delete-profiles
Regenerate a provisioning profile
If you enable or disable app services or if a provisioning profile expires, you need to regenerate the provisioning profile.
In Certificates, Identifiers & Profiles, click Profiles in the sidebar. Under Provisioning Profiles, select the invalid or expired provisioning profile, then click Edit. Click Generate. In Xcode, remove the expired provisioning profile from all devices (visit “View, delete, and install provisioning profiles on devices” in Xcode Help), and resign your app using the regenerated profile.
But in the actual dev portal, after you click on Edit on profile, there's no generate button but rather a "Save" button.
So do we just click save on an expired profile. I'm trying to avoid creating a new profile (selecting appID/Capabilities/Certs steps especially since they haven't changed)?