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

Commit

Permalink
ci(SPV-992): use dependabot update groups
Browse files Browse the repository at this point in the history
  • Loading branch information
dorzepowski committed Aug 12, 2024
1 parent 1fe72df commit 767703d
Showing 1 changed file with 28 additions and 1 deletion.
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"
# 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"

0 comments on commit 767703d

Please sign in to comment.