Skip to content

Commit

Permalink
add dependabot update
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Oct 1, 2024
1 parent e11a79d commit fc57d05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ updates:
# See here for more information:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates
- package-ecosystem: "github-actions"
# checks for updates by default under `/.github/workflows`
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
- package-ecosystem: "github-actions"
# checks for updates under custom action setup-env
directory: "/.github/actions/setup-env"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit fc57d05

Please sign in to comment.