diff options
| author | 2021-01-21 17:50:27 +0100 | |
|---|---|---|
| committer | 2021-01-21 17:50:27 +0100 | |
| commit | 42433ca7b59c3256f786af5d1d282798b5b37f31 (patch) | |
| tree | 113f1b38cc57e02633cd45e8c0a3ca25053102c0 /.github/dependabot.yml | |
| parent | zig master updates (diff) | |
| parent | Create zig.mod (diff) | |
| download | zig-clap-42433ca7b59c3256f786af5d1d282798b5b37f31.tar.gz zig-clap-42433ca7b59c3256f786af5d1d282798b5b37f31.tar.xz zig-clap-42433ca7b59c3256f786af5d1d282798b5b37f31.zip | |
Merge branch 'master' into zig-master
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a1b31f1 --- /dev/null +++ b/.github/dependabot.yml | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | version: 2 | ||
| 2 | updates: | ||
| 3 | - package-ecosystem: github-actions | ||
| 4 | directory: "/" | ||
| 5 | schedule: | ||
| 6 | interval: daily | ||
| 7 | time: "11:00" | ||
| 8 | open-pull-requests-limit: 10 | ||