mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-08 12:17:26 +01:00
Bensuperpc
27fe4eaee6
Trigger workflow on every branch (It will be easier to test with different branches before making a pull request) Add dependabot, check if github action have update and make PR, if there is one Add FUNDING Add Close Stale Issues, closes issues and PR after 75 days if doesn't have activity Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
10 lines
218 B
YAML
10 lines
218 B
YAML
# Set update schedule for GitHub Actions
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
# Check for updates to GitHub Actions every weekday
|
|
interval: "daily"
|