Skip to content

Commit

Permalink
Added config for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 28, 2021
1 parent 710dd66 commit 5c3c2e7
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
- "chore"
open-pull-requests-limit: 10

0 comments on commit 5c3c2e7

Please sign in to comment.