Skip to content

Commit 8984ab4

Browse files
committed
ci(dep): update dependabot configuration
This commit updates the existing dependabot configuration: Changes include: * 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 8984ab4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 12 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,12 @@ updates:
1514
ignore:
1615
- dependency-name: k8s.io/*
1716
update-types: [version-update:semver-major, version-update:semver-minor]
17+
commit-message:
18+
include: scope
19+
open-pull-requests-limit: 5
20+
labels:
21+
- dependencies
22+
- go
1823
- package-ecosystem: github-actions
1924
directory: /
2025
schedule:
@@ -24,3 +29,9 @@ updates:
2429
github-actions:
2530
patterns:
2631
- "*"
32+
commit-message:
33+
include: scope
34+
open-pull-requests-limit: 5
35+
labels:
36+
- dependencies
37+
- github-actions

0 commit comments

Comments
 (0)