Skip to content

Commit

Permalink
MGMT-15343: dependabot group updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eifrach committed Jul 24, 2023
1 parent 36d3543 commit 5c39105
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/dependabot.yml
Expand Up @@ -12,14 +12,25 @@ updates:
labels:
- "approved"
- "lgtm"
- "dependencies"
- "dependabot"
- "go"
commit-message:
prefix: "NO-ISSUE"
groups:
go-dependencies:
patterns:
- "*"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependabot"
- "docker"
commit-message:
prefix: "NO-ISSUE"
groups:
docker-dependencies:
patterns:
- "*"

0 comments on commit 5c39105

Please sign in to comment.