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

ci: create dependabot.yml to enable dependabot version updates #19

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

jaylenw
Copy link
Member

@jaylenw jaylenw commented Dec 7, 2023

What does this PR do?

This PR initializes the dependabot.yml file for enabling Dependabot version updates. This will auto update npm and GitHub Action dependencies according the auto version strategy listed here https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy.

Background info

The configuration file also affects Dependabot Security updates. In essence, we are proceeding with the default configuration for Dependabot security updates but requiring version updates to be included for npm packages and GitHub Actions. The scans from Dependabot will run on a random time every Monday. PRs that are open will have our team automatically requested to review.

How can this be tested (manually and/or automated test)?

Provide Manual tests Steps if applicable

No code changes have been made. We will monitor how Dependabot makes PRs proposing version updates and modify the configuration as needed.

Provide steps for running automated tests if applicable

N/A

Which issue(s) is/are related to this PR?

This PR is/are related to issue(s) #18

close #18

initialize dependabot.yml file for auto updating npm and github action dependencies
@jaylenw jaylenw self-assigned this Dec 7, 2023
@jaylenw jaylenw requested a review from a team as a code owner December 7, 2023 19:47
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fa4d9f5) 82.64% compared to head (82ee36f) 82.64%.

Additional details and impacted files
@@             Coverage Diff              @@
##           development      #19   +/-   ##
============================================
  Coverage        82.64%   82.64%           
============================================
  Files                1        1           
  Lines              121      121           
  Branches            15       15           
============================================
  Hits               100      100           
  Misses              20       20           
  Partials             1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jaylenw jaylenw merged commit 3971a8d into development Dec 7, 2023
10 checks passed
@ita-devops-release-manager ita-devops-release-manager bot added the staged PRs that have been merged into the development branch containing changes yet to be pushed to prod label Dec 7, 2023
@ita-devops-release-manager ita-devops-release-manager bot added released PRs that have had their changes released to production and removed staged PRs that have been merged into the development branch containing changes yet to be pushed to prod labels Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released PRs that have had their changes released to production
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add dependabot.yml file to enable automatic PRs proposing dependency version updates
2 participants