diff options
author | Philip Wedemann <22521688+hfhbd@users.noreply.github.com> | 2021-04-13 17:26:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 17:26:40 +0200 |
commit | 09d030e1da5ddf687e2ba6927973898e19c99390 (patch) | |
tree | f78cd2706ee72cf6474cc7cd093d917639dcdb5d | |
parent | be25284afd07fb527c256d8edc12dcbbc63f3f1a (diff) | |
download | dokka-09d030e1da5ddf687e2ba6927973898e19c99390.tar.gz dokka-09d030e1da5ddf687e2ba6927973898e19c99390.tar.bz2 dokka-09d030e1da5ddf687e2ba6927973898e19c99390.zip |
Add GitHub actions to dependabot (#1835)
-rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 14fc3a40..7687c759 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |