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
| `platforms` | String | Available platforms (comma separated) |
53
53
54
-
## Keep up-to-date with GitHub Dependabot
54
+
## Contributing
55
55
56
-
Since [Dependabot](https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot)
57
-
has [native GitHub Actions support](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem),
58
-
to enable it on your GitHub repo all you need to do is add the `.github/dependabot.yml` file:
59
-
60
-
```yaml
61
-
version: 2
62
-
updates:
63
-
# Maintain dependencies for GitHub Actions
64
-
- package-ecosystem: "github-actions"
65
-
directory: "/"
66
-
schedule:
67
-
interval: "daily"
68
-
```
56
+
Want to contribute? Awesome! You can find information about contributing to
57
+
this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)
0 commit comments