diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 0f5a548..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,19 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 - -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "daily" - open-pull-requests-limit: 5 - commit-message: - prefix: "NO-ISSUE" - groups: - go-dependencies: - patterns: - - "*" diff --git a/Makefile b/Makefile index 9a5ee72..651b50b 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,6 @@ IMAGE_TAG_BASE ?= quay.io/lochoa/ibu-imager # Image URL to use all building/pushing image targets IMG ?= $(IMAGE_TAG_BASE):$(VERSION) -TEST_FORMAT ?= standard-verbose -GOTEST_FLAGS = --format=$(TEST_FORMAT) -GINKGO_FLAGS = -ginkgo.focus="$(FOCUS)" -ginkgo.v -ginkgo.skip="$(SKIP)" # Unittests variables TEST_FORMAT ?= standard-verbose diff --git a/README.md b/README.md index 2ed6b8f..ebee0db 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ [![CI](https://github.com/leo8a/ibu-imager/actions/workflows/pull_request_workflow.yml/badge.svg)](https://github.com/leo8a/ibu-imager/actions/workflows/pull_request_workflow.yml) +:warning: The IBU Imager tool **is now part of the lifecycle-agent** project (see +[PR#23](https://github.com/openshift-kni/lifecycle-agent/pull/23)), active development has been moved to +that [repository](https://github.com/openshift-kni/lifecycle-agent) :warning: + This application will assist users to easily create an OCI seed image for the Image-Based Upgrade (IBU) workflow, using a simple CLI.