summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-29 17:07:55 +0000
committerGravatar Komari Spaghetti2020-11-29 18:08:46 +0100
commit7e7bd44b75961b76ff4a174bd960cf42c8551cb4 (patch)
treeb1100ba8cadceb7114fbc514eebd8f5da47044a3
parentDon't format in build script (diff)
downloadzig-clap-7e7bd44b75961b76ff4a174bd960cf42c8551cb4.tar.gz
zig-clap-7e7bd44b75961b76ff4a174bd960cf42c8551cb4.tar.xz
zig-clap-7e7bd44b75961b76ff4a174bd960cf42c8551cb4.zip
Create Dependabot config file
-rw-r--r--.github/dependabot.yml8
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 @@
1version: 2
2updates:
3- package-ecosystem: github-actions
4 directory: "/"
5 schedule:
6 interval: daily
7 time: "11:00"
8 open-pull-requests-limit: 10