Skip to content

Commit

Permalink
Add dependabot (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaMariaLeon authored Jul 27, 2024
1 parent 69c3872 commit 2376c3f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Set update schedule for GitHub Actions
# it opens a PR when actions in workflows need an update
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
commit-message:
prefix: "skip changelog" # So this PR will not be added to release-drafter
include: "scope" # List of the updated dependencies in the commit will be added

0 comments on commit 2376c3f

Please sign in to comment.