From 00c0da8a04a85aa96880221f5de3ba4fddd84a12 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 3 Mar 2023 17:52:45 -0800 Subject: ref(templates): drop drone/GHA support --- templates/rust/.github/dependabot.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 templates/rust/.github/dependabot.yml (limited to 'templates/rust/.github/dependabot.yml') diff --git a/templates/rust/.github/dependabot.yml b/templates/rust/.github/dependabot.yml deleted file mode 100644 index 2b2ebcf..0000000 --- a/templates/rust/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 -updates: -- package-ecosystem: cargo - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" -- cgit v1.2.3