From 5d920465245906e2250c288c2b1ffea608a37539 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:41:41 +0200 Subject: Merging upstream version 1.2.0. Signed-off-by: Daniel Baumann --- .github/dependabot.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3395774..9512ea0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,14 @@ version: 2 updates: + - package-ecosystem: gomod directory: "/" schedule: - interval: weekly - time: '10:00' + interval: daily + open-pull-requests-limit: 10 + +- package-ecosystem: gomod + directory: "/tests" + schedule: + interval: daily open-pull-requests-limit: 10 - reviewers: - - Al2Klimov - - julianbrost - - lippserd -- cgit v1.2.3