diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..13e4e05 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "main" + commit-message: + prefix: "ci" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eeea3f7..0baf2a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,11 @@ jobs: name: "📦 Build & install" runs-on: ubuntu-latest strategy: + fail-fast: false matrix: container: - - "fedora:latest" - - "fedora:rawhide" + - "registry.fedoraproject.org/fedora:latest" + - "registry.fedoraproject.org/fedora:rawhide" - "quay.io/centos/centos:stream8" - "quay.io/centos/centos:stream9" container: diff --git a/subscription-manager-rhsm-certificates.spec b/subscription-manager-rhsm-certificates.spec index 02dd90a..d84cded 100644 --- a/subscription-manager-rhsm-certificates.spec +++ b/subscription-manager-rhsm-certificates.spec @@ -7,7 +7,7 @@ URL: https://www.candlepinproject.org/ Group: Development/Libraries/Python License: GPL-2.0 %else -License: GPLv2 +License: GPL-2.0-only %endif # How to create the source tarball: