From 046077173a4188670c77ce6872fdf5e0553cd187 Mon Sep 17 00:00:00 2001 From: Alessio Perugini Date: Tue, 3 Oct 2023 09:40:14 +0200 Subject: [PATCH 1/3] enable dependabot on go modules --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f2bfa7243e3..5e75496917d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,9 @@ updates: interval: daily labels: - "topic: infrastructure" + - package-ecosystem: gomod + directory: / + schedule: + interval: monthly + labels: + - "topic: infrastructure" From b798b7ca998ca4239c240723e344ec2b7ee5cb7d Mon Sep 17 00:00:00 2001 From: Alessio Perugini Date: Tue, 3 Oct 2023 12:12:47 +0200 Subject: [PATCH 2/3] change interval to daily --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e75496917d..142f3647d23 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,6 @@ updates: - package-ecosystem: gomod directory: / schedule: - interval: monthly + interval: daily labels: - "topic: infrastructure" From 03f066a8369ad694bce91be76f6e3e24f4316aa2 Mon Sep 17 00:00:00 2001 From: Alessio Perugini Date: Tue, 3 Oct 2023 12:14:04 +0200 Subject: [PATCH 3/3] raise the pr limits to 10 --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 142f3647d23..882c6a4889f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,5 +15,6 @@ updates: directory: / schedule: interval: daily + open-pull-requests-limit: 10 labels: - "topic: infrastructure"