Skip to content

Commit

Permalink
ci: enable version bump for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 12, 2024
1 parent a190493 commit 5f09eb2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"

Expand All @@ -14,3 +14,8 @@ updates:
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "pip"
directory: "/scripts"
schedule:
interval: "daily"

0 comments on commit 5f09eb2

Please sign in to comment.