Skip to content

Commit 5ffca36

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Sync common Makefile and Dependabot
Signed-off-by: Dale Haiducek <[email protected]>
1 parent e2edc7a commit 5ffca36

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"

build/common/Makefile.common.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ fmt: fmt-dependencies
9393
find . -not \( -path "./.go" -prune \) -name "*.go" | xargs gofmt -s -w
9494
find . -not \( -path "./.go" -prune \) -name "*.go" | xargs gofumpt -l -w
9595
find . -not \( -path "./.go" -prune \) -name "*.go" | xargs gci write --skip-generated -s standard -s default -s "prefix($(shell cat go.mod | head -1 | cut -d " " -f 2))"
96+
go mod tidy
9697

9798
############################################################
9899
# Unit Test

0 commit comments

Comments
 (0)