Skip to content

Commit e9e5722

Browse files
authored
fix(actions): patch golang dependabot semver (#896)
2 parents 112cd5b + 1eb37e9 commit e9e5722

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ updates:
6666
examples-go:
6767
patterns:
6868
- "*"
69+
ignore:
70+
- dependency-name: "*"
71+
update-types: ["version-update:semver-patch"]
6972
# Enable version updates for examples rust
7073
- package-ecosystem: "cargo"
7174
directory: "/examples/developer-hub-rust/"

0 commit comments

Comments
 (0)