Skip to content

Commit 11fed15

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Sync common build files
Signed-off-by: Dale Haiducek <[email protected]>
1 parent 6604fa9 commit 11fed15

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,28 @@ updates:
88
github-actions:
99
patterns:
1010
- "*"
11+
- package-ecosystem: gomod
12+
directory: /
13+
schedule:
14+
interval: weekly
15+
allow:
16+
- dependency-type: all
17+
ignore:
18+
- dependency-name: "k8s.io/*"
19+
update-types:
20+
- version-update:semver-major
21+
- version-update:semver-minor
22+
- dependency-name: "*.k8s.io/*"
23+
update-types:
24+
- version-update:semver-major
25+
- version-update:semver-minor
26+
groups:
27+
gomod-k8s.io:
28+
patterns:
29+
- "k8s.io/*"
30+
- "*.k8s.io/*"
31+
update-types:
32+
- patch
33+
gomod:
34+
patterns:
35+
- "*"

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"timezone": "America/New_York",
4-
"extends": ["github>stolostron/config-policy-controller//.github/renovate_default"]
4+
"extends": ["github>stolostron/governance-policy-framework//.github/renovate_default"]
55
}

build/common/Makefile.common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GOFUMPT_VERSION := v0.9.1
1313
# https://github.com/daixiang0/gci/releases/latest
1414
GCI_VERSION := v0.13.7
1515
# https://github.com/securego/gosec/releases/latest
16-
GOSEC_VERSION := v2.22.9
16+
GOSEC_VERSION := v2.22.10
1717
# https://github.com/kubernetes-sigs/kubebuilder/releases/latest
1818
KBVERSION := 4.9.0
1919
# https://github.com/alexfalkowski/gocovmerge/releases/latest

0 commit comments

Comments
 (0)