Skip to content

Commit

Permalink
Update dependency checks (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-was-here authored Feb 10, 2024
1 parent 3068bfc commit 7140789
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,24 @@ version: 2
updates:
- package-ecosystem: "pip"
directory: "/" # Location of package manifests
labels:
- "dependencies"
- "python"
schedule:
interval: "weekly"
reviewers:
- "aw-was-here"
open-pull-requests-limit: 0

- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
labels:
- "dependencies"
- "github-actions"
schedule:
interval: "weekly"
reviewers:
- "aw-was-here"
open-pull-requests-limit: 0

0 comments on commit 7140789

Please sign in to comment.