You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Recently a dependabot.yml file was added to this repo to configure Dependabot to automatically issue pull requests nightly for any dependencies listed in package.json or Pipfile. However, to keep with our current git flow we don't want these pull requests to be issued against the main HHS repository. Automatic security updates have already been disabled on the HHS repo but those work distinctly from version updates where the configuration file is the source of truth and as such those PRs still get opened.
To resolve this we can specify a target_branch in the configuration file so these version updates only check and issue PRs against the raft-tdp-main branch. Since this branch doesn't exist in HHS the PRs will not get opened.
Acceptance Criteria: Create a list of functional outcomes that must be achieved to complete this issue
Dependabot version update PRs do not get opened against HHS:main
Testing Checklist has been run and all tests pass
README is updated, if necessary
Tasks: Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
Add a target_branch configuration to the dependabot.yml configuration file
Run Testing Checklist and confirm all tests pass
Notes: Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this
Description:
Recently a
dependabot.yml
file was added to this repo to configure Dependabot to automatically issue pull requests nightly for any dependencies listed in package.json or Pipfile. However, to keep with our current git flow we don't want these pull requests to be issued against the main HHS repository. Automatic security updates have already been disabled on the HHS repo but those work distinctly from version updates where the configuration file is the source of truth and as such those PRs still get opened.To resolve this we can specify a target_branch in the configuration file so these version updates only check and issue PRs against the
raft-tdp-main
branch. Since this branch doesn't exist in HHS the PRs will not get opened.Acceptance Criteria:
Create a list of functional outcomes that must be achieved to complete this issue
Tasks:
Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
target_branch
configuration to thedependabot.yml
configuration fileNotes:
Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this
Supporting Documentation:
Please include any relevant log snippets/files/screen shots
Open Questions:
Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete
The text was updated successfully, but these errors were encountered: