Skip to content

Commit 9992c84

Browse files
authored
Merge branch 'main' into renovate/ghcr.io-projectbluefin-common-latest
2 parents a6fc83b + 6cd6a55 commit 9992c84

File tree

5 files changed

+9
-18
lines changed

5 files changed

+9
-18
lines changed

.github/renovate.json5

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,15 @@
3232

3333
"packageRules": [
3434
{
35+
// Auto-merge all digest/pin updates across all managers (dockerfile, github-actions, regex/Justfile)
3536
"automerge": true,
36-
"matchUpdateTypes": ["pin", "pinDigest"]
37+
"matchUpdateTypes": ["digest", "pin", "pinDigest"]
3738
},
3839
{
40+
// Auto-merge minor/patch version bumps for GitHub Actions (e.g. cosign-installer v3.8 → v3.9)
3941
"automerge": true,
40-
"matchManagers": ["dockerfile"],
41-
"matchUpdateTypes": ["digest"]
42-
},
43-
{
44-
"automerge": true,
45-
"matchUpdateTypes": ["digest"],
46-
"matchDepNames": [
47-
"quay.io/centos-bootc/centos-bootc",
48-
"quay.io/centos-bootc/bootc-image-builder",
49-
"ghcr.io/projectbluefin/common",
50-
"ghcr.io/ublue-os/akmods-zfs",
51-
"ghcr.io/ublue-os/brew"
52-
]
42+
"matchManagers": ["github-actions"],
43+
"matchUpdateTypes": ["minor", "patch"]
5344
}
5445
]
5546
}

.github/workflows/scheduled-lts-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Scheduled LTS Release
22

33
on:
44
schedule:
5-
- cron: '0 2 * * 0' # Weekly on Sunday at 2 AM UTC
5+
- cron: '0 6 * * 2' # Weekly on Tuesday at 6 AM UTC (1 AM EST / 2 AM EDT)
66
workflow_dispatch: # Allow manual triggering
77

88
permissions:

build_scripts/26-packages-post.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mkdir -p /etc/flatpak/remotes.d
1919
curl --retry 3 -o /etc/flatpak/remotes.d/flathub.flatpakrepo "https://dl.flathub.org/repo/flathub.flatpakrepo"
2020

2121
# There is no `-defaults` subpackage on c10s
22-
curl -fsSLo /usr/lib/systemd/zram-generator.conf "https://src.fedoraproject.org/rpms/zram-generator/blob/rawhide/f/zram-generator.conf"
22+
curl -fsSLo /usr/lib/systemd/zram-generator.conf "https://src.fedoraproject.org/rpms/zram-generator/raw/rawhide/f/zram-generator.conf"
2323
grep -F -e "zram-size =" /usr/lib/systemd/zram-generator.conf
2424

2525
# https://src.fedoraproject.org/rpms/firewalld/blob/rawhide/f/firewalld.spec

build_scripts/40-services.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ systemctl enable fwupd.service
1616
systemctl --global enable podman-auto-update.timer
1717
systemctl disable rpm-ostree.service
1818
systemctl enable dconf-update.service
19-
systemctl --global enable bazaar.service
19+
# systemctl --global enable bazaar.service
2020
systemctl disable mcelog.service
2121
systemctl enable tailscaled.service
2222
systemctl enable uupd.timer

0 commit comments

Comments
 (0)