- Flattened nested bootupd/bootupd/ structure to root level - Moved all core project files to root directory - Added proper Debian packaging structure (debian/ directory) - Created build scripts and CI configuration - Improved project organization for CI/CD tools - All Rust source, tests, and configuration now at root level - Added GitHub Actions workflow for automated testing - Maintained all original functionality while improving structure
26 lines
815 B
YAML
Executable file
26 lines
815 B
YAML
Executable file
# Maintained in https://github.com/coreos/repo-templates
|
|
# Do not edit downstream.
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
labels: ["skip-notes"]
|
|
open-pull-requests-limit: 3
|
|
- package-ecosystem: cargo
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|
|
labels:
|
|
- area/dependencies
|
|
|
|
# Group all updates together in a single PR. We can remove some
|
|
# updates from a combined update PR via comments to dependabot:
|
|
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-for-grouped-updates-with-comment-commands
|
|
groups:
|
|
build:
|
|
patterns:
|
|
- "*"
|