Add missing files and complete Debian fork setup - Add missing test files and directories - Add missing configuration files - Complete Debian-specific adaptations - Replace Red Hat/Fedora tooling with Debian equivalents - Add comprehensive test suite for Debian bootc-image-builder
Some checks failed
Tests / test (1.21.x) (push) Failing after 2s
Tests / test (1.22.x) (push) Failing after 1s

This commit is contained in:
robojerk 2025-08-11 09:22:41 -07:00
parent 3326d796f0
commit 59ffbbc4d0
41 changed files with 10856 additions and 8 deletions

17
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,17 @@
version: 2
updates:
# Enable version updates for Go
- package-ecosystem: "gomod"
directory: "/bib"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
open-pull-requests-limit: 10
reviewers:
- "robojerk"
assignees:
- "robojerk"
commit-message:
prefix: "deps"
include: "scope"