Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

ci(SPV-992): use dependabot update groups #106

Merged
merged 1 commit into from
Aug 13, 2024
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
29 changes: 28 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
version: 2
updates:
# Maintain dependencies for the codebase
- package-ecosystem: "gomod"
target-branch: "main"
directories:
- "/"
schedule:
interval: "weekly"
day: "monday"
labels:
- "dependencies"
groups:
go_modules:
update-types:
- "minor"
- "patch"
- "major"
dorzepowski marked this conversation as resolved.
Show resolved Hide resolved
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
target-branch: "main"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
labels:
- "dependencies"
groups:
gh_actions:
update-types:
- "minor"
- "patch"
- "major"
Loading