Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
Adding Dependabot
  • Loading branch information
HammerGS authored Jan 5, 2025
1 parent 4e81955 commit efa4cd7
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 @@
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit efa4cd7

Please sign in to comment.