Skip to content

Commit bf3df1b

Browse files
ROSA-745: sync dependabot and MintMaker gomod config
- Docker-only Dependabot with lgtm/approved (boilerplate #748) - enabledManagers tekton/gomod for MintMaker Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e33c4cf commit bf3df1b

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ updates:
66
labels:
77
- "area/dependency"
88
- "ok-to-test"
9+
- "lgtm"
10+
- "approved"
911
schedule:
1012
interval: "weekly"
13+
day: "monday"
14+
time: "03:00"
15+
timezone: "UTC"
1116
ignore:
1217
- dependency-name: "redhat-services-prod/openshift/boilerplate"
1318
# don't upgrade boilerplate via these means

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"github>openshift/boilerplate//.github/renovate.json"
5+
],
6+
"enabledManagers": [
7+
"tekton",
8+
"gomod"
59
]
610
}

0 commit comments

Comments
 (0)