Skip to content

Commit

Permalink
Simplify dependabot config (#327)
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Comellini <[email protected]>
  • Loading branch information
lucacome authored Jul 12, 2024
1 parent ffcffc7 commit 610d9ba
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,21 @@ updates:
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/protobuf"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/schemas"
directories:
- "**/*"
schedule:
interval: "weekly"

- package-ecosystem: "gomod"
directory: "/schemas"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/semantic-conventions"
directories:
- "**/*"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/semantic-conventions"
directories:
- "**/*"
schedule:
interval: "weekly"

0 comments on commit 610d9ba

Please sign in to comment.