|
4 | 4 | version: 2 |
5 | 5 | updates: |
6 | 6 | - package-ecosystem: "npm" |
7 | | - directory: "/" |
8 | | - schedule: |
9 | | - interval: "weekly" |
10 | | - - package-ecosystem: "npm" |
11 | | - directory: "/.github/actions/auth" |
12 | | - schedule: |
13 | | - interval: "weekly" |
14 | | - - package-ecosystem: "npm" |
15 | | - directory: "/.github/actions/find" |
16 | | - schedule: |
17 | | - interval: "weekly" |
18 | | - - package-ecosystem: "npm" |
19 | | - directory: "/.github/actions/file" |
20 | | - schedule: |
21 | | - interval: "weekly" |
22 | | - - package-ecosystem: "npm" |
23 | | - directory: "/.github/actions/fix" |
24 | | - schedule: |
25 | | - interval: "weekly" |
26 | | - - package-ecosystem: "github-actions" |
27 | | - directory: "/" |
28 | | - schedule: |
29 | | - interval: "weekly" |
30 | | - - package-ecosystem: "github-actions" |
31 | | - directory: "/.github/actions/gh-cache/cache" |
32 | | - schedule: |
33 | | - interval: "weekly" |
34 | | - - package-ecosystem: "github-actions" |
35 | | - directory: "/.github/actions/gh-cache/delete" |
36 | | - schedule: |
37 | | - interval: "weekly" |
38 | | - - package-ecosystem: "github-actions" |
39 | | - directory: "/.github/actions/gh-cache/restore" |
| 7 | + directories: |
| 8 | + - "/" |
| 9 | + - "/.github/actions/auth" |
| 10 | + - "/.github/actions/find" |
| 11 | + - "/.github/actions/file" |
| 12 | + - "/.github/actions/fix" |
| 13 | + groups: |
| 14 | + # Open PRs for each major version and security update |
| 15 | + # Open an aggregate PR for all minor and patch version updates |
| 16 | + npm-minor-and-patch: |
| 17 | + applies-to: version-updates |
| 18 | + patterns: |
| 19 | + - "*" |
| 20 | + update-types: |
| 21 | + - "minor" |
| 22 | + - "patch" |
40 | 23 | schedule: |
41 | 24 | interval: "weekly" |
42 | 25 | - package-ecosystem: "github-actions" |
43 | | - directory: "/.github/actions/gh-cache/save" |
| 26 | + directories: |
| 27 | + - "/" |
| 28 | + - "/.github/actions/gh-cache/cache" |
| 29 | + - "/.github/actions/gh-cache/delete" |
| 30 | + - "/.github/actions/gh-cache/restore" |
| 31 | + - "/.github/actions/gh-cache/save" |
| 32 | + groups: |
| 33 | + # Open an aggregate PR for all GitHub Actions updates |
| 34 | + github-actions: |
| 35 | + patterns: |
| 36 | + - "*" |
44 | 37 | schedule: |
45 | 38 | interval: "weekly" |
46 | 39 | - package-ecosystem: "bundler" |
47 | 40 | directory: "/sites/site-with-errors" |
| 41 | + groups: |
| 42 | + # Open PRs for each major version and security update |
| 43 | + # Open an aggregate PR for all minor and patch version updates |
| 44 | + bundler-minor-and-patch: |
| 45 | + applies-to: version-updates |
| 46 | + patterns: |
| 47 | + - "*" |
| 48 | + update-types: |
| 49 | + - "minor" |
| 50 | + - "patch" |
48 | 51 | schedule: |
49 | 52 | interval: "weekly" |
0 commit comments