Skip to content

Commit b63a659

Browse files
committed
Updating github-config
1 parent 7d74834 commit b63a659

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.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"

scripts/.util/tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"createpackage": "v1.73.0",
3-
"jam": "v2.15.3",
4-
"libpaktools": "v0.3.0",
3+
"jam": "v2.17.3",
4+
"libpaktools": "v0.4.0",
55
"pack": "v0.40.2"
66
}

0 commit comments

Comments
 (0)