Skip to content

ci: add Dependabot and fix security vulnerabilities#4

Open
metyatech wants to merge 1 commit intomainfrom
ci/security-and-dependabot
Open

ci: add Dependabot and fix security vulnerabilities#4
metyatech wants to merge 1 commit intomainfrom
ci/security-and-dependabot

Conversation

@metyatech
Copy link
Owner

Adds .github/dependabot.yml to enable weekly dependency updates for npm and GitHub Actions.

Also runs 'npm audit fix' to resolve security vulnerabilities in package-lock.json (flatted, minimatch).

Compliance with AGENTS.md rules regarding dependency updates and security scanning.

Adds .github/dependabot.yml to enable weekly dependency updates for npm and GitHub Actions.
Also updates package-lock.json to resolve security vulnerabilities (flatted, minimatch).
Copilot AI review requested due to automatic review settings March 19, 2026 04:02
@metyatech metyatech self-assigned this Mar 19, 2026
@metyatech
Copy link
Owner Author

Agent runner idle completed.

Repo: metyatech/task-tracker
Engine: gemini-pro
Notify: @metyatech

Summary:
(missing)

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds automated dependency update management and applies an npm audit fix to address reported vulnerabilities in the Node dependency tree.

Changes:

  • Add .github/dependabot.yml to enable weekly Dependabot updates for npm and GitHub Actions.
  • Update package-lock.json to pull in patched transitive versions (notably flatted and minimatch) from the audit remediation.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package-lock.json Updates locked transitive dependency versions to remediate audit findings.
.github/dependabot.yml Configures weekly Dependabot runs for npm and GitHub Actions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants