diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-02-26 11:19:18 +0100 |
---|---|---|
committer | Marcin Aman <marcin.aman@gmail.com> | 2021-02-26 11:19:18 +0100 |
commit | 201a9785a04d631fae65a3af3b495962e4f16d14 (patch) | |
tree | 0d646adc2fae009ad10662a8fe64d99e652e778f /.github/workflows | |
parent | cbbc62ff5e1c406037ba5a6e5c9b81f3b53d2700 (diff) | |
download | dokka-201a9785a04d631fae65a3af3b495962e4f16d14.tar.gz dokka-201a9785a04d631fae65a3af3b495962e4f16d14.tar.bz2 dokka-201a9785a04d631fae65a3af3b495962e4f16d14.zip |
Add dependabot
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..7f283b1c --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily"
\ No newline at end of file |