Skip to content
Discussion options

You must be logged in to vote

@rfalanga
What you're seeing is normal behavior, and it's usually caused by Dependabot version updates being enabled for those repositories.

A few things are happening here:

  • Dependabot doesn't only update dependencies in your code. It can also update GitHub Actions used in your workflows, such as actions/checkout. When a new major version is available, Dependabot can automatically open a pull request suggesting the upgrade.

  • Why did it happen if you don't remember enabling it? There are a few possibilities:

    • The repository already had a .github/dependabot.yml configuration file.
    • GitHub Skills template repositories may have included Dependabot or security features by default.
    • GitHub has…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Exhorder1
Comment options

Answer selected by rfalanga

This comment was marked as spam.

Comment options

You must be logged in to vote
2 replies
@rfalanga
Comment options

@LuShadowX
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD other General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage source:ui Discussions created via Community GitHub templates
6 participants