Skip to content

Commit 31e9fa1

Browse files
committed
chore: use single rule only
It's not possible to have two rules where only the version-strategy differs. So keep the default one.
1 parent 6c62464 commit 31e9fa1

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
version: 2
22
updates:
3-
# `version-strategy` is not supported on a group level, hence we need two
4-
# separate rules for breaking and non-breaking changes.
5-
# Non breaking changes will be grouped in a single PR and only their
6-
# lock-files will be updated. This way we can see on the CI if any minor
7-
# update accidentally broke our code.
3+
# Non breaking changes will be grouped in a single PR. This way we can see
4+
# on the CI if any minor update accidentally broke our code.
85
# Breaking changes will create individual PRs.
96
- package-ecosystem: "cargo"
107
directory: "/"
@@ -15,18 +12,6 @@ updates:
1512
patterns:
1613
- "*"
1714
update-types: ["minor", "patch"]
18-
versioning-strategy: lockfile-only
19-
ignore:
20-
- dependency-name: "*"
21-
update-types: ["version-update:semver-major"]
22-
- package-ecosystem: "cargo"
23-
directory: "/"
24-
schedule:
25-
interval: "daily"
26-
versioning-strategy: auto
27-
ignore:
28-
- dependency-name: "*"
29-
update-types: ["version-update:semver-patch", "version-update:semver-minor"]
3015

3116
- package-ecosystem: "github-actions"
3217
directory: "/"

0 commit comments

Comments
 (0)