Skip to content

Commit

Permalink
chore: add dependabot (#18013)
Browse files Browse the repository at this point in the history
This PR introduces a Dependabot configuration specifically for managing dependencies in GitHub Actions workflows.

It automates the process of checking for updates to GitHub Actions dependencies.
  • Loading branch information
pitmonticone committed Oct 21, 2024
1 parent d254991 commit a60ffda
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2 # Specifies the version of the Dependabot configuration file format

updates:
# Configuration for dependency updates
- package-ecosystem: "github-actions" # Specifies the ecosystem to check for updates
directory: "/" # Specifies the directory to check for dependencies; "/" means the root directory
schedule:
# Check for updates to GitHub Actions every month
interval: "monthly"

0 comments on commit a60ffda

Please sign in to comment.