Skip to content

Commit

Permalink
chore(ci): Merge renovate PRs and change Build Harness dep Renovate t…
Browse files Browse the repository at this point in the history
…rigger to Docker (#196)

- The issue causing build errors was resolved
- If the datasource is github-tags Renovate is likely to create a new PR before the new docker image is present in the registry.
  • Loading branch information
RothAndrew committed Feb 14, 2024
1 parent 1d97a31 commit 513c616
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness
# renovate: datasource=github-tags depName=defenseunicorns/build-harness
# renovate: datasource=docker depName=ghcr.io/defenseunicorns/build-harness/build-harness
BUILD_HARNESS_VERSION=2.0.2
12 changes: 6 additions & 6 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
matchPackageNames: ["terraform"],
allowedVersions: "<1.6.0"
},
// {
// matchPackageNames: ["anchore/syft"],
// groupName: "syft",
// automerge: true
// },
{
matchPackageNames: ["anchore/syft"],
groupName: "syft",
automerge: true
},
{
excludePackageNames: ["anchore/syft"],
excludePackageNames: [],
groupName: "stable",
automerge: true
}
Expand Down

0 comments on commit 513c616

Please sign in to comment.