Skip to content

Commit

Permalink
Add dependabot
Browse files Browse the repository at this point in the history
This won't take effect until dependabot version updates is enabled in a
per-repository manner, see

https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#enabling-version-updates-on-forks
  • Loading branch information
muzimuzhi committed Nov 8, 2023
1 parent 5085df9 commit 428c02d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit 428c02d

Please sign in to comment.