Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use git remote for branch related config #330

Merged
merged 1 commit into from
Jul 10, 2023

Commits on Jul 10, 2023

  1. feat: use git remote for branch related config

    This will check the origin remote if it exists and use that to determine
    which branches exist. These branches are then used to populate CI
    branches, branch protections, and dependabot.
    
    Using this for dependabot is a new feature which allows old release
    branches to get dependency updates for template-oss only.
    
    This also updates the dependabot config to only update the root
    directory instead of each workspace directory. The previous way was an
    attempt to get it to work with workspaces, but wasn't used in any our
    repos. Dependabot should now be able to update workspaces when
    configured to use a single root directory.
    
    Fixes #329
    lukekarrys committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a7ac2df View commit details
    Browse the repository at this point in the history