You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-15
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ ___
26
26
*[DigitalOcean](#digitalocean-container-registry)
27
27
*[Customizing](#customizing)
28
28
*[inputs](#inputs)
29
-
*[Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot)
29
+
*[Contributing](#contributing)
30
30
31
31
## Usage
32
32
@@ -509,18 +509,7 @@ The following inputs can be used as `step.with` keys:
509
509
| `ecr` | String | `auto` | Specifies whether the given registry is ECR (`auto`, `true` or `false`) |
510
510
| `logout` | Bool | `true` | Log out from the Docker registry at the end of a job |
511
511
512
-
## Keep up-to-date with GitHub Dependabot
512
+
## Contributing
513
513
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