aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStanislas <stanislas.lange@pm.me>2020-07-24 11:41:40 +0200
committerGitHub <noreply@github.com>2020-07-24 11:41:40 +0200
commit0af7427e85d37c7a8879f55d54c09234926c929f (patch)
treea56a4b9a77921b5593de3c8a11c8f0b0b4879849 /.github
parent66b1be42e4be8abcbc9544afa71c3f0fd94f687a (diff)
parent1ffbf87dc6f8c4f821f89ed52e1049379e4bf3ef (diff)
Merge pull request #99 from robiiinos/misc/dependabot
Add Dependabot
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml10
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"