From d3f28ad86df8cbd01a48c59fc3bc66d2feb45e82 Mon Sep 17 00:00:00 2001 From: blendthink Date: Fri, 24 Jun 2022 01:40:28 +0900 Subject: [PATCH] add dependabot.yaml --- .github/dependabot.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..c4afa1d --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,9 @@ +# https://github.blog/changelog/2022-04-05-pub-beta-support-for-dependabot-version-updates/ +# https://github.com/dependabot/dependabot-core/issues/2166 +version: 2 +enable-beta-ecosystems: true +updates: + - package-ecosystem: "pub" + directory: "/" + schedule: + interval: "weekly"