Skip to content

Commit

Permalink
chore(actions): add dependabot actions for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fralps committed Jan 8, 2024
1 parent 166657b commit d89f734
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit d89f734

Please sign in to comment.