https://github.com/devilbox/github-actions
Collection of GitHub Action workflows required for Devilbox
https://github.com/devilbox/github-actions
Last synced: about 1 month ago
JSON representation
Collection of GitHub Action workflows required for Devilbox
- Host: GitHub
- URL: https://github.com/devilbox/github-actions
- Owner: devilbox
- License: mit
- Created: 2022-02-19T13:39:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T00:48:30.000Z (over 2 years ago)
- Last Synced: 2025-01-04T18:43:47.587Z (11 months ago)
- Size: 202 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Action Reusable Workflows
[](https://github.com/devilbox/github-actions/releases)
[](https://opensource.org/licenses/MIT)
Required GitHub Action Reusable Workflows for Devilbox. See [.github/workflows](.github/workflows).
## :computer: Usage
See how the reusable workflows are used [from this repository](https://github.com/devilbox/github-actions/network/dependents).
## :exclamation: Keep up-to-date with GitHub Dependabot
| :warning: UPDATE |
|:--------------------|
| The following is not yet available as part of Dependabots package ecosystem.
https://github.community/t/dependabot-with-reusable-workflow-versions/207372/4 |
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:
```yml
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
```
Then Dependabot will PR you version updates as soon as this repository gets updated.
## :page_facing_up: License
**[MIT License](LICENSE)**
Copyright (c) 2022 [cytopia](https://github.com/cytopia)