mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-23 00:16:24 -06:00
c9f36fd4f5
- Add build with ubuntu 18.04 and 20.04 - Add build with GCC and Clang - Add dependabot - Add stalebot Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
10 lines
217 B
YAML
10 lines
217 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"
|