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