|
| 1 | +version: 2 |
| 2 | + |
| 3 | +updates: |
| 4 | + # GitHub Actions - grouped |
| 5 | + - package-ecosystem: "github-actions" |
| 6 | + directory: "/" |
| 7 | + schedule: |
| 8 | + interval: "monthly" |
| 9 | + target-branch: "dependabotchanges" |
| 10 | + commit-message: |
| 11 | + prefix: "build" |
| 12 | + open-pull-requests-limit: 10 |
| 13 | + groups: |
| 14 | + github-actions: |
| 15 | + patterns: |
| 16 | + - "*" |
| 17 | + |
| 18 | + # ============================================ |
| 19 | + # Python (pip) dependencies - content-gen |
| 20 | + # ============================================ |
| 21 | + |
| 22 | + # content-gen/src/backend |
| 23 | + - package-ecosystem: "pip" |
| 24 | + directory: "/content-gen/src/backend" |
| 25 | + schedule: |
| 26 | + interval: "monthly" |
| 27 | + target-branch: "dependabotchanges" |
| 28 | + commit-message: |
| 29 | + prefix: "build" |
| 30 | + open-pull-requests-limit: 10 |
| 31 | + groups: |
| 32 | + content-gen-backend-python: |
| 33 | + patterns: |
| 34 | + - "*" |
| 35 | + |
| 36 | + # content-gen/infra/vscode_web |
| 37 | + - package-ecosystem: "pip" |
| 38 | + directory: "/content-gen/infra/vscode_web" |
| 39 | + schedule: |
| 40 | + interval: "monthly" |
| 41 | + target-branch: "dependabotchanges" |
| 42 | + commit-message: |
| 43 | + prefix: "build" |
| 44 | + open-pull-requests-limit: 10 |
| 45 | + groups: |
| 46 | + content-gen-vscode-web-python: |
| 47 | + patterns: |
| 48 | + - "*" |
| 49 | + |
| 50 | + # content-gen/scripts |
| 51 | + - package-ecosystem: "pip" |
| 52 | + directory: "/content-gen/scripts" |
| 53 | + schedule: |
| 54 | + interval: "monthly" |
| 55 | + target-branch: "dependabotchanges" |
| 56 | + commit-message: |
| 57 | + prefix: "build" |
| 58 | + open-pull-requests-limit: 10 |
| 59 | + groups: |
| 60 | + content-gen-scripts-python: |
| 61 | + patterns: |
| 62 | + - "*" |
| 63 | + |
| 64 | + # ============================================ |
| 65 | + # npm dependencies - content-gen |
| 66 | + # ============================================ |
| 67 | + |
| 68 | + # content-gen/src/app/frontend |
| 69 | + - package-ecosystem: "npm" |
| 70 | + directory: "/content-gen/src/app/frontend" |
| 71 | + schedule: |
| 72 | + interval: "monthly" |
| 73 | + target-branch: "dependabotchanges" |
| 74 | + commit-message: |
| 75 | + prefix: "build" |
| 76 | + open-pull-requests-limit: 10 |
| 77 | + groups: |
| 78 | + content-gen-frontend-npm: |
| 79 | + patterns: |
| 80 | + - "*" |
| 81 | + |
| 82 | + # content-gen/src/app/frontend-server |
| 83 | + - package-ecosystem: "npm" |
| 84 | + directory: "/content-gen/src/app/frontend-server" |
| 85 | + schedule: |
| 86 | + interval: "monthly" |
| 87 | + target-branch: "dependabotchanges" |
| 88 | + commit-message: |
| 89 | + prefix: "build" |
| 90 | + open-pull-requests-limit: 10 |
| 91 | + groups: |
| 92 | + content-gen-frontend-server-npm: |
| 93 | + patterns: |
| 94 | + - "*" |
0 commit comments