From b31b5d231f26393e5043330b70d25c7c90a7581a Mon Sep 17 00:00:00 2001 From: gliech Date: Sun, 13 Sep 2020 19:28:10 +0200 Subject: [PATCH] ci: dependabot config --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a242da0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +--- +version: 2 +updates: + - package-ecosystem: npm + directory: "/" + schedule: + interval: daily + commit-message: + prefix: deps + prefix-development: chore(deps) + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + commit-message: + prefix: ci(deps)