From 6025dfc489619c46116f8ae8674807d26dfdc9ff Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 31 Mar 2021 17:13:34 +0900 Subject: [PATCH] Set up dependabot v2 Refs: https://docs.github.com/en/code-security/supply-chain-security/about-dependabot-version-updates --- .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..4620a73 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: cargo + directory: / + schedule: + interval: daily + commit-message: + prefix: '' + labels: [] + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + commit-message: + prefix: '' + labels: []