Skip to content

Commit 300f850

Browse files
authored
Merge pull request #2285 from shiftstack/foo
🌱 Dependabot conf changes
2 parents a9bde0d + 5496ebe commit 300f850

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ updates:
66
# github-actions
77
- directory: "/"
88
package-ecosystem: "github-actions"
9-
open-pull-requests-limit: 5
109
schedule:
1110
interval: "weekly"
1211
day: "monday"
@@ -26,16 +25,14 @@ updates:
2625
- "/hack/tools"
2726
- "/orc"
2827
package-ecosystem: "gomod"
29-
open-pull-requests-limit: 5
3028
schedule:
3129
interval: "weekly"
3230
day: "monday"
3331
target-branch: main
3432
groups:
35-
kubernetes:
36-
patterns: ["k8s.io/*"]
37-
capi:
38-
patterns: ["sigs.k8s.io/cluster-api", "sigs.k8s.io/cluster-api/test"]
33+
all-go-mod-patch-and-minor:
34+
patterns: [ "*" ]
35+
update-types: [ "patch", "minor" ]
3936
commit-message:
4037
prefix: ":seedling:"
4138
include: scope
@@ -58,7 +55,6 @@ updates:
5855
# github-actions
5956
- directory: "/"
6057
package-ecosystem: "github-actions"
61-
open-pull-requests-limit: 5
6258
schedule:
6359
interval: "weekly"
6460
day: "monday"
@@ -78,20 +74,21 @@ updates:
7874
- "/hack/tools"
7975
- "/orc"
8076
package-ecosystem: "gomod"
81-
open-pull-requests-limit: 5
8277
schedule:
8378
interval: "weekly"
8479
day: "monday"
8580
target-branch: release-0.11
8681
groups:
87-
kubernetes:
88-
patterns: ["k8s.io/*"]
89-
capi:
90-
patterns: ["sigs.k8s.io/cluster-api", "sigs.k8s.io/cluster-api/test"]
82+
all-go-mod-patch-and-minor:
83+
patterns: [ "*" ]
84+
update-types: [ "patch", "minor" ]
9185
commit-message:
9286
prefix: ":seedling:"
9387
include: scope
9488
ignore:
89+
# Ignore CAPI major and minor bumps
90+
- dependency-name: "sigs.k8s.io/cluster-api*"
91+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
9592
# Ignore controller-runtime major and minor bumps as its upgraded manually.
9693
- dependency-name: "sigs.k8s.io/controller-runtime"
9794
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 commit comments

Comments
 (0)