Skip to content

Add dependabot file#30

Merged
vladiant merged 1 commit into
mainfrom
add_dependabot
Jun 6, 2026
Merged

Add dependabot file#30
vladiant merged 1 commit into
mainfrom
add_dependabot

Conversation

@vladiant

@vladiant vladiant commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Adds dependabot.yml to enable automated dependency updates via GitHub Dependabot.

What

Configures Dependabot to monitor and automatically open PRs for outdated GitHub Actions versions used across all workflow files.

Why

The project's CI workflows reference several GitHub Actions by major version tag (actions/checkout@v6, actions/upload-artifact@v7, github/codeql-action/*@v4). Without Dependabot, these are never updated, which can lead to using deprecated or insecure action versions.

Configuration

  • Ecosystem: github-actions
  • Schedule: Monthly — keeps maintenance overhead low while still receiving timely security and compatibility updates.

Affected actions

Action Current version
actions/checkout @v6
actions/upload-artifact @v7
github/codeql-action/init @v4
github/codeql-action/analyze @v4

Completed: Check if other files need restoration (3/3)

@vladiant vladiant merged commit 1057411 into main Jun 6, 2026
7 checks passed
@vladiant vladiant deleted the add_dependabot branch June 6, 2026 18:47
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