Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ updates:
update-types:
- "patch"
- "minor"
commit-message:
include: "scope"
prefix: "build"
- package-ecosystem: gomod
directory: "/"
schedule:
Expand All @@ -31,6 +34,9 @@ updates:
update-types:
- "patch"
- "minor"
commit-message:
include: "scope"
prefix: "build"
# All other dependencies
# Trigger weekly, group patch updates
- package-ecosystem: github-actions
Expand All @@ -45,6 +51,9 @@ updates:
applies-to: version-updates
update-types:
- "patch"
commit-message:
include: "scope"
prefix: "build"
- package-ecosystem: gomod
directory: "/"
schedule:
Expand All @@ -57,3 +66,6 @@ updates:
applies-to: version-updates
update-types:
- "patch"
commit-message:
include: "scope"
prefix: "build"