Skip to content

Commit

Permalink
Disable Dependabot for dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Jun 8, 2023
1 parent 9e3fcb0 commit 1d4ba71
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
version: 2

updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
allow:
# Only automatically update production dependencies. We update
# development dependencies manually in batch to reduce the number of
# Dependabot PRs.
- dependency-type: production

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily

0 comments on commit 1d4ba71

Please sign in to comment.