mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-20 01:44:27 +02:00
Improve github action
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>
This commit is contained in:
9
.github/dependabot.yml
vendored
Normal file
9
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
# 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"
|
Reference in New Issue
Block a user