From f3c51a3313effd65d8757ad2f0652d3be79a1a16 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 8 Oct 2022 18:24:10 +0200 Subject: [PATCH] update README Signed-off-by: CrazyMax --- README.md | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 00af52e..a293422 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ___ * [Usage](#usage) * [Customizing](#customizing) * [inputs](#inputs) -* [Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot) +* [Contributing](#contributing) ## Usage @@ -38,10 +38,10 @@ jobs: Following inputs can be used as `step.with` keys -| Name | Type | Description | -|------------------|---------|------------------------------------| -| `image` | String | QEMU static binaries Docker image (default [`tonistiigi/binfmt:latest`](https://hub.docker.com/r/tonistiigi/binfmt/tags)) | -| `platforms` | String | Platforms to install (e.g. `arm64,riscv64,arm` ; default `all`) | +| Name | Type | Description | +|-------------|--------|---------------------------------------------------------------------------------------------------------------------------| +| `image` | String | QEMU static binaries Docker image (default [`tonistiigi/binfmt:latest`](https://hub.docker.com/r/tonistiigi/binfmt/tags)) | +| `platforms` | String | Platforms to install (e.g. `arm64,riscv64,arm` ; default `all`) | ### outputs @@ -51,18 +51,7 @@ Following outputs are available |---------------|---------|---------------------------------------| | `platforms` | String | Available platforms (comma separated) | -## Keep up-to-date with GitHub Dependabot +## Contributing -Since [Dependabot](https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot) -has [native GitHub Actions support](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem), -to enable it on your GitHub repo all you need to do is add the `.github/dependabot.yml` file: - -```yaml -version: 2 -updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" -``` +Want to contribute? Awesome! You can find information about contributing to +this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)