Tweak dependabot config.

This commit is contained in:
Joshua Bronson 2022-03-10 14:58:50 +00:00
parent 5fdc458b0f
commit 62bc061bf6
1 changed files with 5 additions and 1 deletions

View File

@ -2,8 +2,12 @@
version: 2
updates:
- package-ecosystem: "pip"
open-pull-requests-limit: 1
directory: "/requirements"
schedule:
interval: "monthly"
open-pull-requests-limit: 1
- package-ecosystem: "github-actions"
open-pull-requests-limit: 1
directory: "/.github/workflows"
schedule:
interval: "monthly"