From e6ed56c9b5844e2317d83ac55b64a78ff068f189 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 21 Jan 2024 13:17:57 -0800 Subject: delete all the templates This is too much work to maintain, and I'm going to put all my tools and scripts in this repository, so I won't need that anymore. --- templates/go/.github/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 templates/go/.github/dependabot.yml (limited to 'templates/go/.github/dependabot.yml') diff --git a/templates/go/.github/dependabot.yml b/templates/go/.github/dependabot.yml deleted file mode 100644 index 0cfc43c..0000000 --- a/templates/go/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" -- cgit v1.2.3