Skip to content

Commit

Permalink
Merge pull request #351 from UW-GAC/maint/dependabot-weekly-2
Browse files Browse the repository at this point in the history
Dependabot updates, now branched off of main
  • Loading branch information
amstilp authored Dec 18, 2023
2 parents a905625 + 82a80d6 commit d8d0bc1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 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,4 +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 d8d0bc1

Please sign in to comment.