diff options
author | robiiinos <dyrda.robin@outlook.fr> | 2020-07-18 21:32:09 +0200 |
---|---|---|
committer | robiiinos <dyrda.robin@outlook.fr> | 2020-07-18 21:32:09 +0200 |
commit | 1ffbf87dc6f8c4f821f89ed52e1049379e4bf3ef (patch) | |
tree | cf845526d260445c1e9eb71593f3c740fa353213 /.github | |
parent | 59570c786b9ac96c90c1807e189a2c00ce2326ad (diff) |
Add Dependabot
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f4d737f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + assignees: + - "angristan" + reviewers: + - "angristan" |