Skip to content

Commit

Permalink
Merge pull request #186 from zacharyburnett/dependabot
Browse files Browse the repository at this point in the history
add GitHub Actions to dependabot
  • Loading branch information
pllim authored Feb 22, 2024
2 parents 5488513 + 056722a commit dc48b01
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: "10:10"
open-pull-requests-limit: 10

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "master"
schedule:
interval: "monthly"
time: "10:20"
open-pull-requests-limit: 10

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

0 comments on commit dc48b01

Please sign in to comment.