Skip to content

Commit

Permalink
ci: enable docker dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Sep 11, 2024
1 parent 85abeeb commit 3aeea1e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "docker"
directories:
- "/cpp"
- "/cpp-low-level"
- "/go"
- "/javascript"
- "/lua"
- "/python"
- "/ruby"
- "/rust"
- "/typescript"
schedule:
interval: "daily"

0 comments on commit 3aeea1e

Please sign in to comment.