Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eightseventhreethree authored Apr 22, 2024
1 parent 10feff5 commit 8429575
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/go" # Location of package manifests
- package-ecosystem: "gomod"
directory: "/go"
schedule:
interval: "weekly"
- package-ecosystem: "pip" # See documentation for possible values
directory: "/python" # Location of package manifests
- package-ecosystem: "pip"
directory: "/python"
schedule:
interval: "weekly"
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "docker"
directory: "/go"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/python"
schedule:
interval: "weekly"

0 comments on commit 8429575

Please sign in to comment.