diff options
| author | 2023-02-28 16:14:41 +0100 | |
|---|---|---|
| committer | 2023-02-28 16:14:41 +0100 | |
| commit | 305bc8d9978bf3cba59206ae228a43435807e926 (patch) | |
| tree | ca39503c3754fdae28e7430fc41655da8b92302c /.github/dependabot.yml | |
| parent | build: expose 'clap' module for dependeees (#92) (diff) | |
| download | zig-clap-305bc8d9978bf3cba59206ae228a43435807e926.tar.gz zig-clap-305bc8d9978bf3cba59206ae228a43435807e926.tar.xz zig-clap-305bc8d9978bf3cba59206ae228a43435807e926.zip | |
Delete dependabot.yml. We don't have dependecies
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index a1b31f1..0000000 --- a/.github/dependabot.yml +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 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 | ||