Skip to content

Commit

Permalink
Merge pull request #2 from wesenbergg/add-dependabot-yml
Browse files Browse the repository at this point in the history
Add Dependabot configuration for automated dependency updates
  • Loading branch information
wesenbergg authored Jan 13, 2025
2 parents 04d5a40 + 5729d08 commit a29a1e1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
# Node
- package-ecosystem: npm
directory: /
schedule:
interval: daily
commit-message:
prefix:

0 comments on commit a29a1e1

Please sign in to comment.