From 1526acea06ff804d8ddb4f853236b880b89b159d Mon Sep 17 00:00:00 2001 From: SKY-ALIN Date: Mon, 26 Jun 2023 01:36:48 +0400 Subject: [PATCH 1/2] Add dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..53f8242 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" From 2190b815081a56b2500307ae6e5de4a9204cad55 Mon Sep 17 00:00:00 2001 From: SKY-ALIN Date: Thu, 29 Jun 2023 00:06:29 +0400 Subject: [PATCH 2/2] Move dependabot.yml --- .github/{ => workflows}/dependabot.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/dependabot.yml (100%) diff --git a/.github/dependabot.yml b/.github/workflows/dependabot.yml similarity index 100% rename from .github/dependabot.yml rename to .github/workflows/dependabot.yml