From 8092d6ae3b5b72fa0f054013112a60978de7057b Mon Sep 17 00:00:00 2001 From: John Rogers Date: Thu, 10 Jul 2025 13:44:34 +0100 Subject: [PATCH] move and redo dependantbot --- .github/dependabot.yml | 6 ++++++ .github/workflows/dependabot.yml | 14 -------------- 2 files changed, 6 insertions(+), 14 deletions(-) create mode 100644 .github/dependabot.yml delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ff82f28 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" # Location of Cargo.toml + schedule: + interval: "weekly" \ No newline at end of file diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 1f9a015..0000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "cargo" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - reviewers: - - "@me" - assignees: - - "@me" - commit-message: - prefix: "cargo" - include: "scope"