Skip to content

Commit eacc469

Browse files
Add dependabot config for pip modules (requirements.txt) (#2273)
Co-authored-by: Nick Spaargaren <nickspaargaren@users.noreply.github.com>
1 parent a9f5c4a commit eacc469

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
version: 2
44
updates:
5-
5+
- package-ecosystem: "pip"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
69
- package-ecosystem: "github-actions"
7-
# `/` is correct for `github/workflows` according to https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
810
directory: "/"
911
schedule:
10-
# Check for updates to GitHub Actions every week
1112
interval: "weekly"

0 commit comments

Comments
 (0)