Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ updates:
update-types:
- "minor"
- "patch"
exclude-patterns:
# go-diskfs 1.8 broke API wrt 1.7 which is in use by syft
# at the time of writing
# keep until https://github.com/anchore/syft/pull/4719 is merged or issue resolved.
- "github.com/diskfs/go-diskfs"
2 changes: 1 addition & 1 deletion scripts/.util/tools.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"createpackage": "v1.73.0",
"jam": "v2.15.3",
"jam": "v2.17.1",
"libpaktools": "v0.3.0",
"pack": "v0.40.2"
}
Loading