Skip to content

Commit

Permalink
add dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Feb 26, 2024
1 parent a425326 commit b249ad8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: monthly
time: "03:00"

# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
target-branch: "main"
schedule:
interval: monthly
time: "03:00"
open-pull-requests-limit: 10

0 comments on commit b249ad8

Please sign in to comment.