From 5c3c2e791f1a64e464ff6bb5d907be50d0dfd0d4 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Tue, 28 Sep 2021 08:25:20 -0400 Subject: [PATCH] Added config for github actions --- .github/dependabot.yml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 684d276..ab1a987 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,33 @@ -# Basic dependabot.yml to update gomod - +# Basic dependabot.yml to update gomod, Github Actions and Docker version: 2 updates: + # Maintain dependencies for the core library - package-ecosystem: "gomod" target-branch: "master" directory: "/" schedule: interval: "daily" - # Check for npm updates at 9am UTC (5am EST) time: "10:00" + timezone: "UTC" + reviewers: + - "mrz1836" + assignees: + - "mrz1836" + labels: + - "chore" + open-pull-requests-limit: 10 + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + target-branch: "master" + directory: "/" + schedule: + interval: "weekly" + day: "monday" reviewers: - "mrz1836" assignees: - "mrz1836" - # Labels must be created first labels: - - "update" \ No newline at end of file + - "chore" + open-pull-requests-limit: 10