From 9f2310ed32e30a99fd32086d1b9a8bda5ca4af22 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 15 Dec 2023 08:13:26 -0800 Subject: remove rust template, add GHA to go template --- templates/go/.github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create 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 new file mode 100644 index 0000000..0cfc43c --- /dev/null +++ b/templates/go/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" -- cgit v1.2.3