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 b652f9b
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
version: 2
updates:
- package-ecosystem: "gomod"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Expand All @@ -12,9 +11,12 @@ updates:
groups:
all:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: "docker"
directories:
- "/"
- "**/*"
schedule:
interval: "weekly"
labels:
Expand All @@ -26,16 +28,17 @@ updates:
update-types:
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/images"
- package-ecosystem: "gomod"
directories:
- "/"
- "**/*"
schedule:
interval: "weekly"
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
groups:
actions:
all:
update-types:
- "minor"
- "patch"

0 comments on commit b652f9b

Please sign in to comment.