Skip to content

Commit 70cde4a

Browse files
clasonWillLillis
authored andcommitted
ci(dependabot): only update patch releases for cargo
1 parent 77363a6 commit 70cde4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ updates:
1414
groups:
1515
cargo:
1616
patterns: ["*"]
17+
ignore:
18+
- dependency-name: "*"
19+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
20+
1721
- package-ecosystem: "github-actions"
1822
directory: "/"
1923
schedule:
@@ -28,6 +32,7 @@ updates:
2832
groups:
2933
actions:
3034
patterns: ["*"]
35+
3136
- package-ecosystem: "npm"
3237
versioning-strategy: increase
3338
directories:

0 commit comments

Comments
 (0)