Skip to content

Commit

Permalink
Merge pull request #93 from logzio/update-dependabot.yaml
Browse files Browse the repository at this point in the history
Update Dependabot
  • Loading branch information
bardabun authored Apr 24, 2024
2 parents 28a746f + ae706ee commit 8f90fe3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "weekly"
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "weekly"

0 comments on commit 8f90fe3

Please sign in to comment.