Skip to content

Commit

Permalink
GitHub: Improve Dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Sep 30, 2024
1 parent 3f6e6ae commit a2544b2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
directories:
- "/"
- "**/*"
schedule:
interval: "weekly"
labels:
Expand All @@ -12,9 +13,12 @@ updates:
groups:
all:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
directories:
- "/"
- "**/*"
schedule:
interval: "weekly"
labels:
Expand All @@ -27,7 +31,9 @@ updates:
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/images"
directories:
- "/"
- "**/*"
schedule:
interval: "weekly"
labels:
Expand Down

0 comments on commit a2544b2

Please sign in to comment.