Skip to content

Commit 2ea9590

Browse files
committed
Set up dependabot configuration to use PR prefix and labels
On-behalf-of: SAP <marvin.beckers@sap.com> Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
1 parent 92b2d06 commit 2ea9590

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/dependabot.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ version: 2
22
updates:
33
# Maintain dependencies for GitHub Actions
44
- package-ecosystem: "github-actions"
5+
# Workflow files stored in the
6+
# default location of `.github/workflows`
57
directory: "/"
68
schedule:
7-
interval: "daily"
9+
interval: "weekly"
10+
groups:
11+
all-github-actions:
12+
patterns: [ "*" ]
13+
commit-message:
14+
prefix: ":seedling:"
15+
labels:
16+
- "ok-to-test"

0 commit comments

Comments
 (0)