-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace dependabot with renovate (#13)
- Loading branch information
Showing
5 changed files
with
30 additions
and
268 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.