Skip to content

Commit 2adff1e

Browse files
committed
ci(dep): update dependabot configuration
This commit updates the existing dependabot configuration: Changes include: * Add commit message configuration - All ecosystems now use `chore(deps):` prefix with scope for consistency. * Explicitly set PR limits to 5 * Add labels - All PRs will be tagged with: * `dependencies` (common label) * Ecosystem label (go, github-actions) Signed-off-by: vprashar2929 <[email protected]>
1 parent 1c2a928 commit 2adff1e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Please see the documentation for all configuration options:
22
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3-
43
version: 2
54
updates:
65
- package-ecosystem: gomod
@@ -15,6 +14,13 @@ updates:
1514
ignore:
1615
- dependency-name: k8s.io/*
1716
update-types: [version-update:semver-major, version-update:semver-minor]
17+
commit-message:
18+
prefix: chore(deps)
19+
include: scope
20+
open-pull-requests-limit: 5
21+
labels:
22+
- dependencies
23+
- go
1824
- package-ecosystem: github-actions
1925
directory: /
2026
schedule:
@@ -24,3 +30,10 @@ updates:
2430
github-actions:
2531
patterns:
2632
- "*"
33+
commit-message:
34+
prefix: chore(deps)
35+
include: scope
36+
open-pull-requests-limit: 5
37+
labels:
38+
- dependencies
39+
- github-actions

0 commit comments

Comments
 (0)