Skip to content

Commit

Permalink
chore: replace dependabot with renovate (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Sep 6, 2024
1 parent 15608bb commit 50439b7
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 268 deletions.
15 changes: 0 additions & 15 deletions .github/dependabot.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
// Use the basic Renovate preset, and allow settings to be overridden
"extends": [
"config:best-practices"
],
"packageRules": [
{
// Automatically update any GitHub Actions packages through minor and patch upgrades
"automerge": true,
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest",
"pinDigest"
],
"matchManagers": [
"github-actions"
]
}
],
"dockerfile": {
"enabled": false
}
}
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# main-bootc
OCI base images of Fedora bootc with batteries included

OCI base images of Fedora Atomic Desktops.

> [!WARNING]
> This repository is a work in progress and is not yet ready for use.
> This repository is a work in progress and is not ready for use.
> Ideally this repository will become redundant when upstream starts providing these (or similar) images.
20 changes: 0 additions & 20 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,6 @@ comps-sync:
/app/comps-sync.py \
/mnt/fedora-comps/comps-f${version}.xml.in --save
build-minimal:
podman build \
--security-opt label=disable \
--cap-add=all \
--device /dev/fuse \
--no-cache \
--build-arg MANIFEST=./fedora-bootc-minimal.yaml \
-t localhost/fedora-bootc-minimal \
.

build-full:
podman build \
--security-opt label=disable \
--cap-add=all \
--device /dev/fuse \
--no-cache \
--build-arg MANIFEST=./fedora-bootc-full.yaml \
-t localhost/fedora-bootc-full \
.

build-atomic desktop:
podman build \
--security-opt label=disable \
Expand Down
231 changes: 0 additions & 231 deletions packages.json

This file was deleted.

0 comments on commit 50439b7

Please sign in to comment.