Skip to content

Commit

Permalink
add GitHub Actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Feb 23, 2024
1 parent ba0c642 commit 83b6e69
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
time: "03:00"
open-pull-requests-limit: 10

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

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

0 comments on commit 83b6e69

Please sign in to comment.