Skip to content

Commit

Permalink
Dependabot on master and v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Dec 14, 2021
1 parent 83f560a commit 8cfd4b9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,35 @@ updates:
labels:
- "chore"
open-pull-requests-limit: 10

# Maintain dependencies for the core library (deprecated V1)
- package-ecosystem: "gomod"
target-branch: "v1"
directory: "/"
schedule:
interval: "weekly"
time: "10:00"
timezone: "UTC"
reviewers:
- "mrz1836"
assignees:
- "mrz1836"
labels:
- "chore"
open-pull-requests-limit: 10

# Maintain dependencies for GitHub Actions (deprecated V1)
- package-ecosystem: "github-actions"
target-branch: "v1"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
reviewers:
- "mrz1836"
assignees:
- "mrz1836"
labels:
- "chore"
open-pull-requests-limit: 10

0 comments on commit 8cfd4b9

Please sign in to comment.