From fc97f16f2379a7a12aef6cff1bcc494e1eb8ef18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?book=E8=AF=97=E6=84=8F?= Date: Sun, 24 Dec 2023 08:41:13 +0800 Subject: [PATCH] new file: .github/dependabot.yaml --- .github/dependabot.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..c658e5b --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: pub + directory: "example/" + schedule: + interval: daily + - package-ecosystem: pub + directory: "/" + schedule: + interval: daily + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily