Skip to content

Commit

Permalink
Merge pull request #410 from UW-GAC/maint/dependabot-weekly
Browse files Browse the repository at this point in the history
Run dependabot weekly
  • Loading branch information
amstilp authored Dec 18, 2023
2 parents 1e9b5bd + 59ad3e4 commit 2de4aa5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"

# Enable version updates for Python/Pip - Production
- package-ecosystem: "pip"
Expand All @@ -13,7 +14,10 @@ updates:
directory: "/"
# Check for updates to GitHub Actions every weekday
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
# Allow up to 10 dependencies for pip dependencies
open-pull-requests-limit: 10

0 comments on commit 2de4aa5

Please sign in to comment.