Example Cypress project with config file that extends another config file
See cypress/plugins/index.js file and how it loads staging.json which extends cypress.json file.
npx cypress open --config-file staging.json
The recursive config load was published as a separate NPM package, see bahmutov/cypress-extends.