Skip to content

chore: disable Dependabot version updates - #14

Open
sorrycc wants to merge 1 commit into
mainfrom
chore/disable-dependabot
Open

chore: disable Dependabot version updates#14
sorrycc wants to merge 1 commit into
mainfrom
chore/disable-dependabot

Conversation

@sorrycc

@sorrycc sorrycc commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Production dependencies remain gated by npm run audit:prod in the CI
release-artifacts job. Dependabot alerts are a repository setting and are
unaffected by this change; only version-update PRs stop.

Verification

Not applicable — this PR deletes a CI configuration file and touches no source,
tests, or build inputs. The commands below were not run locally; CI exercises
all of them on this PR regardless.

  • npm run typecheck
  • npm run lint
  • npm run test
  • npm run build
  • npm run release:check
  • npm run audit:prod
  • Tested affected qodercli behavior against a real CLI when applicable

Safety

  • No credentials, private vault content, internal URLs, or personal paths are included
  • User-visible changes are documented in CHANGELOG.md — N/A, CHANGELOG.md
    is scoped to user-visible changes and this is CI infrastructure.

Follow-up

Every action in ci.yml and security.yml is pinned by commit SHA and will now
only move when bumped by hand. github/codeql-action v3 (security.yml:25,29)
is on a deprecation path and is the most likely to need attention first.

Removes .github/dependabot.yml, which was the only source of the
automated npm and github-actions bump pull requests. The six open
Dependabot PRs (#1, #2, #3, #6, #7, #13) were closed alongside this.

Nothing else in the repository referenced the config. Production
dependencies remain gated by `npm run audit:prod` in the CI
release-artifacts job. Dependabot security alerts are a repository
setting and are unaffected.

Note: every action in ci.yml and security.yml is pinned by commit SHA
and will now only move when bumped manually.
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.

1 participant