From 7fcd31139998f6bfeb768960dfff2649281c4b56 Mon Sep 17 00:00:00 2001 From: LTFan Date: Sat, 20 Jan 2024 19:11:11 +0800 Subject: [PATCH] chore: create dependabot.yaml --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..75fd225 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: gradle + directory: / + schedule: + interval: daily + - package-ecosystem: github-actions + directory: .github/workflows + schedule: + interval: daily