From 6bbadaad773755857bfac5ee20b9fc9c08f5a686 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 14 Dec 2021 22:19:37 -0800 Subject: [PATCH] Use Dependabot to maintain dependencies of the ruledocsgen module The repository contains three Go modules: - github.com/arduino/arduino-lint - in the repository root - github.com/arduino/arduino-lint/docsgen - in docsgen/ - github.com/arduino/arduino-lint/ruledocsgen - in ruledocsgen/ Dependabot has been configured to submit PRs for updates of the first two modules, but the Dependabot configuration was not updated at the time the github.com/arduino/arduino-lint/ruledocsgen module was added, so it is not receiving that important service. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bcb71ba56..6f13e65a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,6 +24,12 @@ updates: interval: daily labels: - "topic: infrastructure" + - package-ecosystem: gomod + directory: /ruledocsgen/ + schedule: + interval: daily + labels: + - "topic: infrastructure" - package-ecosystem: pip directory: /