| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bae83ae commit 38266de
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,10 +2,10 @@ version: 2 | |||
| 2 | 2 | updates: | |
| 3 | 3 | # Fetch and update latest `npm` packages | |
| 4 | 4 | - package-ecosystem: npm | |
| 5 | - directory: '/web' | ||
| 5 | + directory: "/web" | ||
| 6 | 6 | schedule: | |
| 7 | - interval: weekly | ||
| 8 | - time: '00:00' | ||
| 7 | + interval: monthly | ||
| 8 | + time: "00:00" | ||
| 9 | 9 | open-pull-requests-limit: 10 | |
| 10 | 10 | reviewers: | |
| 11 | 11 | - AchoArnold | |
@@ -17,10 +17,25 @@ updates: | |||
| 17 | 17 | include: scope | |
| 18 | 18 | # Fetch and update latest `github-actions` pkgs | |
| 19 | 19 | - package-ecosystem: github-actions | |
| 20 | - directory: '/' | ||
| 20 | + directory: "/" | ||
| 21 | 21 | schedule: | |
| 22 | - interval: weekly | ||
| 23 | - time: '00:00' | ||
| 22 | + interval: monthly | ||
| 23 | + time: "00:00" | ||
| 24 | + open-pull-requests-limit: 10 | ||
| 25 | + reviewers: | ||
| 26 | + - AchoArnold | ||
| 27 | + assignees: | ||
| 28 | + - AchoArnold | ||
| 29 | + commit-message: | ||
| 30 | + prefix: fix | ||
| 31 | + prefix-development: chore | ||
| 32 | + include: scope | ||
| 33 | + # Fetch and update latest `go` packages | ||
| 34 | + - package-ecosystem: gomod | ||
| 35 | + directory: "/api" | ||
| 36 | + schedule: | ||
| 37 | + interval: monthly | ||
| 38 | + time: "00:00" | ||
| 24 | 39 | open-pull-requests-limit: 10 | |
| 25 | 40 | reviewers: | |
| 26 | 41 | - AchoArnold | |
| Back | FazBrowse Home | New Git URL |
0 commit comments