Skip to content

Commit

Permalink
Merge pull request #10 from cisagov/improvement/update_dependabot_con…
Browse files Browse the repository at this point in the history
…figuration

Configure dependabot to check `pipenv` dependencies
  • Loading branch information
jmorrowomni authored Mar 2, 2023
2 parents e8fed7e + ec0ed0c commit 2689e20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ updates:
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/src/py3.7"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/src/py3.8"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/src/py3.9"
schedule:
interval: "weekly"

- package-ecosystem: "terraform"
directory: "/"
schedule:
Expand Down

0 comments on commit 2689e20

Please sign in to comment.