Skip to content

Commit 00b54dc

Browse files
sgaistdmikusa
andauthored
feat: exclude go-diskfs from automatic updates (#1336)
* feat: exclude go-diskfs from automatic updates Version 1.8.0 broke API compatibility for squashfs which is used by syft. * chore: improve exclusion explanation Co-authored-by: Daniel Mikusa <dan@mikusa.com> --------- Co-authored-by: Daniel Mikusa <dan@mikusa.com>
1 parent fde7603 commit 00b54dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

language-family/.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ updates:
1616
update-types:
1717
- "minor"
1818
- "patch"
19+
exclude-patterns:
20+
# go-diskfs 1.8 broke API wrt 1.7 which is in use by syft
21+
# at the time of writing
22+
# keep until https://github.com/anchore/syft/pull/4719 is merged or issue resolved.
23+
- "github.com/diskfs/go-diskfs"

0 commit comments

Comments
 (0)