Skip to content

Commit 0d4c9c5

Browse files
authored
Merge pull request #722 from crazy-max/update-readme
add contributing section to README
2 parents 218a70c + b29e14f commit 0d4c9c5

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ___
2626
* [DigitalOcean](#digitalocean-container-registry)
2727
* [Customizing](#customizing)
2828
* [inputs](#inputs)
29-
* [Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot)
29+
* [Contributing](#contributing)
3030

3131
## Usage
3232

@@ -509,18 +509,7 @@ The following inputs can be used as `step.with` keys:
509509
| `ecr` | String | `auto` | Specifies whether the given registry is ECR (`auto`, `true` or `false`) |
510510
| `logout` | Bool | `true` | Log out from the Docker registry at the end of a job |
511511

512-
## Keep up-to-date with GitHub Dependabot
512+
## Contributing
513513

514-
Since [Dependabot](https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot)
515-
has [native GitHub Actions support](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem),
516-
to enable it on your GitHub repo all you need to do is add the `.github/dependabot.yml` file:
517-
518-
```yaml
519-
version: 2
520-
updates:
521-
# Maintain dependencies for GitHub Actions
522-
- package-ecosystem: "github-actions"
523-
directory: "/"
524-
schedule:
525-
interval: "daily"
526-
```
514+
Want to contribute? Awesome! You can find information about contributing to
515+
this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)

0 commit comments

Comments
 (0)