Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This Dependabot configuration is designed to keep GitHub Actions dependencies up-to-date
# by running weekly checks and creating pull requests to update them as needed.
#
# This ensures that the GitHub Actions workflows remain compatible with the latest versions
# of their dependencies, potentially improving the stability and security of automation processes.
#
# For more, see:
# https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Loading