Skip to content

Commit

Permalink
docs: add README, feat: add dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jun 30, 2024
1 parent d1e3755 commit f35f71a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# vib-dnf

DNF has been added as a built-in module to Vib directly. So, this repository is no longer required.
This repository contains the Vib (Vanilla Image Builder) plugin for the DNF (Dandified YUM) package manager.

## Usage

It can be used in a workflow with the following syntax:

```yml
- uses: vanilla-os/[email protected]
with:
recipe: 'recipe.yml'
plugins: 'kbdharun/vib-dnf:v0.1'
```
## Building the plugin
The plugin can be built locally with the following commands:
```sh
go get ./...
go build -trimpath -buildmode=plugin -o dnf.so -v ./...
```
10 changes: 10 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit f35f71a

Please sign in to comment.