-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1246 from Chia-Network/managed-files
Update Managed Files
- Loading branch information
Showing
1 changed file
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,56 @@ | ||
# This file is managed by the repo-content-updater project. Manual changes here will result in a PR to bring back | ||
# inline with the upstream template, unless you remove the dependabot managed file property from the repo | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "gomod" | ||
directory: / | ||
schedule: | ||
interval: "weekly" | ||
day: "tuesday" | ||
open-pull-requests-limit: 10 | ||
labels: | ||
- dependencies | ||
- go | ||
- "Changed" | ||
reviewers: ["cmmarslender", "starttoaster"] | ||
groups: | ||
global: | ||
patterns: | ||
- "*" | ||
|
||
- package-ecosystem: "pip" | ||
directory: / | ||
schedule: | ||
interval: "weekly" | ||
day: "tuesday" | ||
open-pull-requests-limit: 10 | ||
labels: | ||
- dependencies | ||
- python | ||
- "Changed" | ||
reviewers: ["emlowe", "altendky"] | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: / | ||
schedule: | ||
interval: "weekly" | ||
day: "tuesday" | ||
open-pull-requests-limit: 10 | ||
labels: | ||
- dependencies | ||
- github_actions | ||
- "Changed" | ||
reviewers: ["cmmarslender", "Starttoaster", "pmaslana"] | ||
|
||
- package-ecosystem: "npm" | ||
directory: "/" | ||
directory: / | ||
schedule: | ||
interval: "weekly" | ||
day: "sunday" | ||
target-branch: "develop" | ||
day: "tuesday" | ||
open-pull-requests-limit: 10 | ||
labels: | ||
- dependencies | ||
- javascript | ||
- "Changed" | ||
reviewers: ["cmmarslender", "emlowe"] |