Skip to content

Commit

Permalink
Merge pull request #6 from candlepin/ptoscano/misc-changes
Browse files Browse the repository at this point in the history
Misc CI/spec changes
  • Loading branch information
m-horky authored Aug 22, 2023
2 parents 1c1964f + 4ec141c commit 650e642
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
commit-message:
prefix: "ci"
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion subscription-manager-rhsm-certificates.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 650e642

Please sign in to comment.