We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d64798 commit ba8cd76Copy full SHA for ba8cd76
2 files changed
.github/dependabot.yml
@@ -16,3 +16,8 @@ updates:
16
update-types:
17
- "minor"
18
- "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"
scripts/.util/tools.json
@@ -1,6 +1,6 @@
1
{
2
"createpackage": "v1.73.0",
3
- "jam": "v2.15.3",
+ "jam": "v2.17.1",
4
"libpaktools": "v0.3.0",
5
"pack": "v0.40.2"
6
}
0 commit comments