Skip to content

Commit

Permalink
ci: Update dependabot configs (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Aug 9, 2023
1 parent e89ec99 commit 490b9a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ updates:
interval: "daily"
labels:
- "dependencies"
- "go"
assignees:
- "obalunenko"
reviewers:
Expand All @@ -20,6 +21,7 @@ updates:
interval: "weekly"
labels:
- "dependencies"
- "github-actions"
assignees:
- "obalunenko"
reviewers:
Expand All @@ -29,11 +31,12 @@ updates:
include: "scope"

- package-ecosystem: "docker"
directory: "/"
directory: "/build/docker/go-tools"
schedule:
interval: "daily"
labels:
- "dependencies"
- "docker"
assignees:
- "obalunenko"
reviewers:
Expand Down

0 comments on commit 490b9a7

Please sign in to comment.